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)

屬性值

ImportNamespaces 屬性回傳一個字串集合,包含實例中 SrgsDocument 相關命名空間的清單。

適用於