CreationTool.CreationType (Propiedad)

Obtiene o establece el tipo de objeto que esta herramienta debe crear.

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

Sintaxis

'Declaración
Public Property CreationType As Type
    Get
    Set
public Type CreationType { get; set; }
public:
property Type^ CreationType {
    Type^ get ();
    void set (Type^ value);
}
member CreationType : Type with get, set
function get CreationType () : Type
function set CreationType (value : Type)

Valor de propiedad

Tipo: System.Type
Un objeto Type que representa el tipo de objeto que esta herramienta debe crear.Por ejemplo, si esta herramienta es para crear un botón, esta propiedad debe ser typeof(Button).

Seguridad de .NET Framework

Vea también

Referencia

CreationTool Clase

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

Otros recursos

Introducción a la extensibilidad de WPF Designer