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 型の値。

適用対象