XmlSortKeyAccumulator.AddIntegerSortKey(XmlCollation, Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Int64创建新的排序键并将其追加到当前排序键运行中。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddIntegerSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, long value);
public void AddIntegerSortKey(System.Xml.Xsl.Runtime.XmlCollation collation, long value);
member this.AddIntegerSortKey : System.Xml.Xsl.Runtime.XmlCollation * int64 -> unit
Public Sub AddIntegerSortKey (collation As XmlCollation, value As Long)
参数
- collation
- XmlCollation
XmlCollation 类的实例。