Share via


ImportOptions.Namespaces 속성

정의

가져오기 작업 중에 코드를 생성하는 데 사용해야 할 CLR 네임스페이스에 대한 데이터 계약 네임스페이스의 매핑을 포함하는 사전을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Namespaces { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Namespaces { get; }
member this.Namespaces : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Namespaces As IDictionary(Of String, String)

속성 값

네임스페이스 매핑이 포함된 IDictionary<TKey,TValue>입니다.

적용 대상