Compartir a través de


CreationToolAttribute.ToolType (Propiedad)

Obtiene el tipo CreationTool para crear instancias.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Type
Objeto Type que representa el tipo de CreationTool del que deben crearse instancias.

Seguridad de .NET Framework

Vea también

Referencia

CreationToolAttribute Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Introducción a la extensibilidad de WPF Designer