ContentLocatorPart.NameValuePairs Eigenschaft

Definition

Ruft eine Auflistung von Name-Wert-Paaren ab, die dieses Part definieren.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ NameValuePairs { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> NameValuePairs { get; }
member this.NameValuePairs : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property NameValuePairs As IDictionary(Of String, String)

Eigenschaftswert

IDictionary<String,String>

Die Auflistung der Name-Wert-Paare, die dieses ContentLocatorPart definieren.

Gilt für

Siehe auch