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 相关命名空间的列表。

适用于