다음을 통해 공유


SrgsDocument.ImportNamespaces 속성

정의

현재 SrgsDocument 인스턴스에 대한 관련 네임스페이스를 가져옵니다.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ImportNamespaces { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> ImportNamespaces { get; }
member this.ImportNamespaces : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ImportNamespaces As Collection(Of String)

속성 값

Collection<String>

ImportNamespaces 속성은 SrgsDocument 인스턴스의 관련 네임스페이스 목록이 들어 있는 문자열 컬렉션을 반환합니다.

적용 대상