XmlSortKeyAccumulator.AddDecimalSortKey(XmlCollation, Decimal) Methode

Definition

Erstellt einen neuen Decimal-Sortierschlüssel und fügt ihn an die aktuelle Reihe von Sortierschlüsseln an.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

collation
XmlCollation

Eine Instanz der XmlCollation-Klasse.

value
Decimal

Ein decimal-Wert.

Gilt für: