Compartilhar via


MobileAspMenuDesigner class

Fornece suporte em tempo de design em um designer visual para o controle AspMenu.

Inheritance hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Web.UI.Design.HtmlControlDesigner
      System.Web.UI.Design.ControlDesigner
        System.Web.UI.Design.WebControls.BaseDataBoundControlDesigner
          System.Web.UI.Design.WebControls.HierarchicalDataBoundControlDesigner
            System.Web.UI.Design.WebControls.MenuDesigner
              Microsoft.SharePoint.Mobile.WebControls.MobileAspMenuDesigner

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class MobileAspMenuDesigner _
    Inherits MenuDesigner
'Uso
Dim instance As MobileAspMenuDesigner
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class MobileAspMenuDesigner : MenuDesigner

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

MobileAspMenuDesigner members

Microsoft.SharePoint.Mobile.WebControls namespace