XmlSchemas.GetSchemas(String) 方法

定義

取得屬於同一命名空間的結構描述集合。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 System::Collections::IList ^ GetSchemas(System::String ^ ns);
public System.Collections.IList GetSchemas (string? ns);
public System.Collections.IList GetSchemas (string ns);
member this.GetSchemas : string -> System.Collections.IList
Public Function GetSchemas (ns As String) As IList

參數

ns
String

要擷取之結構描述的命名空間。

傳回

包含結構描述的 IList 實作。

備註

方法會傳回 ArrayList

適用於