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 值。

适用于