DynamicDataManagerDesigner.GetDesignTimeHtml 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.
Génère le balisage HTML utilisé pour afficher le contrôle associé DynamicDataManager au moment du design.
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
Retours
Balisage HTML utilisé pour afficher le contrôle associé DynamicDataManager au moment du design.
Remarques
La GetDesignTimeHtml méthode appelle la CreatePlaceHolderDesignTimeHtml méthode pour générer une représentation d’espace réservé rectangulaire simple qui affiche le type et l’ID du contrôle.