WebControlToolboxItem.GetToolHtml(IDesignerHost) Méthode
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.
Obtient le code HTML du contrôle Web créé par l’outil.
public:
System::String ^ GetToolHtml(System::ComponentModel::Design::IDesignerHost ^ host);
public string GetToolHtml(System.ComponentModel.Design.IDesignerHost host);
member this.GetToolHtml : System.ComponentModel.Design.IDesignerHost -> string
Public Function GetToolHtml (host As IDesignerHost) As String
Paramètres
- host
- IDesignerHost
Pour IDesignerHost le document de conception actuel.
Retours
Code HTML pour le contrôle Web créé par l’outil.