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)

속성 값

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

적용 대상