XmlDocumentSchema.GetViews Method

Definition

Gets an array containing information about each child node starting at the node identified by the xPath parameter in the constructor, or each child node starting at the document root if the xPath parameter is empty.

public:
 virtual cli::array <System::Web::UI::Design::IDataSourceViewSchema ^> ^ GetViews();
public System.Web.UI.Design.IDataSourceViewSchema[] GetViews ();
abstract member GetViews : unit -> System.Web.UI.Design.IDataSourceViewSchema[]
override this.GetViews : unit -> System.Web.UI.Design.IDataSourceViewSchema[]
Public Function GetViews () As IDataSourceViewSchema()

Returns

An array of IDataSourceViewSchema objects.

Implements

Applies to

See also