次の方法で共有


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 インスタンス内の関連名前空間の一覧を含む文字列コレクションを返します。

適用対象