Construtor CreationToolAttribute

Initializes a new instance of the CreationToolAttribute class.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Sub New ( _
    toolType As Type _
)
public CreationToolAttribute(
    Type toolType
)
public:
CreationToolAttribute(
    Type^ toolType
)
new : 
        toolType:Type -> CreationToolAttribute
public function CreationToolAttribute(
    toolType : Type
)

Parâmetros

  • toolType
    Tipo: System.Type
    O tipo de ferramenta que descreve a este atributo.Você pode especificar nulluma referência nula (Nothing no Visual Basic) para impedir que um CreationTool a classe de exibição base.

Exceções

Exceção Condição
ArgumentException

toolTypenão é derivada de CreationTool.

Segurança do .NET Framework

Consulte também

Referência

CreationToolAttribute Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Noções básicas sobre extensibilidade Designer WPF