XmlSortKeyAccumulator.AddDecimalSortKey(XmlCollation, Decimal) メソッド

定義

新しい Decimal 並べ替えキーを作成し、現在の実行の並べ替えキーの末尾に追加します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

collation
XmlCollation

XmlCollation クラスのインスタンス。

value
Decimal

decimal 値。

適用対象