다음을 통해 공유


ImportedNamespaceContextItem.ImportedNamespaces 속성

정의

가져온 네임스페이스의 컬렉션을 가져옵니다.

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

속성 값

Collection<String>

가져온 네임스페이스의 Collection<T>입니다.

적용 대상