Condividi tramite


ContentLocatorPart.NameValuePairs Proprietà

Definizione

Ottiene l’insieme 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à

IDictionary<String,String>

L’insieme delle coppie nome/valore che definiscono questa ContentLocatorPart.

Si applica a

Vedi anche