ListFormWebPart.GetDesignTimeHtml method
Obtém o HTML que é usado para representar o controle em tempo de design.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetDesignTimeHtml As String
'Uso
Dim instance As ListFormWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
Valor retornado
Type: System.String
O HTML é usado para representar o controle em tempo de design.
Implements
IDesignTimeHtmlProvider.GetDesignTimeHtml()