DataFormWebPart.GetDesignTimeHtml - Méthode
Retourne le contrôle au format HTML au moment du design pour la modification dans les outils de développement web.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Overridable Function GetDesignTimeHtml As String
'Utilisation
Dim instance As DataFormWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public virtual string GetDesignTimeHtml()
Valeur renvoyée
Type : System.String
Le code HTML au moment du design.
Implémentations
IDesignTimeHtmlProvider.GetDesignTimeHtml()
Remarques
L'hôte de conception appelle cette méthode pour obtenir le code HTML au moment du design avant de restituer le contrôle.