Compartilhar via


ConsoleDesigner classe

Estende o comportamento de modo de design de um controle de servidor Web.

Inheritance hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Web.UI.Design.HtmlControlDesigner
      System.Web.UI.Design.ControlDesigner
        Microsoft.SharePoint.Publishing.WebControls.ConsoleDesigner

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ConsoleDesigner membros

Microsoft.SharePoint.Publishing.WebControls namespace

ControlDesigner