XmlSortKeyAccumulator.AddDecimalSortKey(XmlCollation, Decimal) Metod

Definition

Skapar en ny Decimal sorteringsnyckel och lägger till den i den aktuella körningen av sorteringsnycklar.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

collation
XmlCollation

En instans av XmlCollation klassen.

value
Decimal

Ett decimal värde.

Gäller för