XmlSortKeyAccumulator.AddStringSortKey(XmlCollation, String) Methode

Definition

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

Parameter

collation
XmlCollation

Eine Instanz der XmlCollation-Klasse.

value
String

Ein Wert vom Typ string.

Gilt für