XmlSortKeyAccumulator.AddDoubleSortKey(XmlCollation, Double) Methode

Definition

Erstellt einen neuen Double-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 AddDoubleSortKey(System::Xml::Xsl::Runtime::XmlCollation ^ collation, double value);
public void AddDoubleSortKey (System.Xml.Xsl.Runtime.XmlCollation collation, double value);
member this.AddDoubleSortKey : System.Xml.Xsl.Runtime.XmlCollation * double -> unit
Public Sub AddDoubleSortKey (collation As XmlCollation, value As Double)

Parameter

collation
XmlCollation

Eine Instanz der XmlCollation-Klasse.

value
Double

Ein double-Wert.

Gilt für: