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

適用対象