Freigeben über


PrefixContainer.GetKeysFromPrefix(String) Methode

Definition

Ruft die Schlüssel aus einem Präfix ab.

public:
 System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetKeysFromPrefix(System::String ^ prefix);
public System.Collections.Generic.IDictionary<string,string> GetKeysFromPrefix (string prefix);
member this.GetKeysFromPrefix : string -> System.Collections.Generic.IDictionary<string, string>
Public Function GetKeysFromPrefix (prefix As String) As IDictionary(Of String, String)

Parameter

prefix
String

Das Präfix, das aufgelistet werden soll.

Gibt zurück

Die Schlüssel für das Präfix.

Hinweise

Bei "foo.bar", "foo.hello", "something.other", foo[abc].baz und der Frage nach dem Präfix "foo" wird folgendes zurückgegeben: - "bar"/"foo.bar" - "hello"/"foo.hello" - "abc"/"foo[abc]"

Gilt für: