XmlSortKeyAccumulator.AddIntSortKey(XmlCollation, Int32) 方法

定义

Int32创建新的排序键并将其追加到当前排序键运行中。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void AddIntSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, int value);
public void AddIntSortKey(System.Xml.Xsl.Runtime.XmlCollation collation, int value);
member this.AddIntSortKey : System.Xml.Xsl.Runtime.XmlCollation * int -> unit
Public Sub AddIntSortKey (collation As XmlCollation, value As Integer)

参数

collation
XmlCollation

XmlCollation 类的实例。

value
Int32

一个 Int32 类型的值。

适用于