XmlDesignerHierarchicalDataSourceView(XmlDataSourceDesigner, String) Constructor
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.
Creates a new instance of the XmlDesignerHierarchicalDataSourceView class using the provided designer and XPath.
public:
XmlDesignerHierarchicalDataSourceView(System::Web::UI::Design::WebControls::XmlDataSourceDesigner ^ owner, System::String ^ viewPath);
public XmlDesignerHierarchicalDataSourceView (System.Web.UI.Design.WebControls.XmlDataSourceDesigner owner, string viewPath);
new System.Web.UI.Design.WebControls.XmlDesignerHierarchicalDataSourceView : System.Web.UI.Design.WebControls.XmlDataSourceDesigner * string -> System.Web.UI.Design.WebControls.XmlDesignerHierarchicalDataSourceView
Public Sub New (owner As XmlDataSourceDesigner, viewPath As String)
Parameters
- owner
- XmlDataSourceDesigner
- viewPath
- String
An XPath string that identifies the data for the view.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.