ContentLocatorPart.NameValuePairs 屬性

定義

取得定義這個組件之名稱/值組的集合。

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)

屬性值

IDictionary<String,String>

定義這個 ContentLocatorPart 之名稱/值組的集合。

適用於

另請參閱