XmlDataSourceView(XmlDataSource, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance nommée de la classe XmlDataSourceView et l'associe au XmlDataSource spécifié.
public:
XmlDataSourceView(System::Web::UI::WebControls::XmlDataSource ^ owner, System::String ^ name);
public XmlDataSourceView (System.Web.UI.WebControls.XmlDataSource owner, string name);
new System.Web.UI.WebControls.XmlDataSourceView : System.Web.UI.WebControls.XmlDataSource * string -> System.Web.UI.WebControls.XmlDataSourceView
Public Sub New (owner As XmlDataSource, name As String)
Paramètres
- owner
- XmlDataSource
XmlDataSource auquel le XmlDataSourceView est associé.
- name
- String
Nom de la vue.