ContentLocatorPart.NameValuePairs Eigenschap

Definitie

Hiermee haalt u een verzameling op van de naam-/waardeparen die dit onderdeel definiëren.

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)

Waarde van eigenschap

De verzameling van de naam-/waardeparen die dit ContentLocatorPartdefiniëren.

Van toepassing op

Zie ook