XmlSortKeyAccumulator.AddIntegerSortKey(XmlCollation, Int64) 方法

定义

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 类的实例。

value
Int64

一个 Int64 类型的值。

适用于