XmlDocumentSchema.GetViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.