Propriedade CreationToolAttribute.ToolType

Obtém o CreationTool tipo para instanciação.

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

Sintaxe

'Declaração
Public ReadOnly Property ToolType As Type
    Get
public Type ToolType { get; }
public:
property Type^ ToolType {
    Type^ get ();
}
member ToolType : Type
function get ToolType () : Type

Valor de propriedade

Tipo: System.Type
A Type o objeto que representa o tipo da CreationTool para ser instanciado.

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