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 的名称/值对的集合。

适用于

另请参阅