XmlSortKeyAccumulator.AddIntSortKey(XmlCollation, Int32) Methode

Definition

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

Parameter

collation
XmlCollation

Eine Instanz der XmlCollation-Klasse.

value
Int32

Ein Wert vom Typ Int32.

Gilt für: