XmlSortKeyAccumulator.AddStringSortKey(XmlCollation, String) Methode

Definitie

Hiermee maakt u een nieuwe String sorteersleutel en voegt u deze toe aan de huidige uitvoering van sorteersleutels.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

collation
XmlCollation

Een exemplaar van de XmlCollation klasse.

value
String

Een waarde van het type string.

Van toepassing op