共用方式為


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<T>

適用於