MobileAspMenuDesigner.GetDesignTimeHtml method
Exibe o código-fonte HTML para o controle AspMenu.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Overrides Function GetDesignTimeHtml As String
'Uso
Dim instance As MobileAspMenuDesigner
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public override string GetDesignTimeHtml()
Valor retornado
Type: System.String
Uma seqüência de caracteres que representa o código-fonte HTML para o controle AspMenu.