XmlSchemas.GetSchemas(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬於同一命名空間的結構描述集合。
此 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。