다음을 통해 공유


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를 정의하는 이름/값 쌍 컬렉션입니다.

적용 대상

추가 정보