共用方式為


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 執行個體中的相關命名空間清單的字串集合。

適用於