XmlSchemas.GetSchemas(String) Metod

Definition

Hämtar en samling scheman som tillhör samma namnområde.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

ns
String

Namnområdet för de scheman som ska hämtas.

Returer

En IList implementering som innehåller scheman.

Kommentarer

Metoden returnerar en ArrayList.

Gäller för