次の方法で共有


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>

適用対象