ContentLocatorPart.NameValuePairs Właściwość

Definicja

Pobiera kolekcję par nazwa/wartość, które definiują tę część.

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)

Wartość właściwości

IDictionary<String,String>

Kolekcja par nazwa/wartość, które definiują ten element ContentLocatorPart.

Dotyczy

Zobacz też