ContentLocatorPart.NameValuePairs Proprietà

Definizione

Ottiene una raccolta delle coppie nome/valore che definiscono questa parte.

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)

Valore della proprietà

Raccolta delle coppie nome/valore che definiscono questo ContentLocatorPartoggetto .

Si applica a

Vedi anche