CreationTool.CreationType (Propiedad)

Actualización: noviembre 2007

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

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

Sintaxis

Public Property CreationType As Type

Dim instance As CreationTool
Dim value As Type

value = instance.CreationType

instance.CreationType = value
public Type CreationType { get; set; }
public:
property Type^ CreationType {
    Type^ get ();
    void set (Type^ value);
}
public function get CreationType () : Type
public 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).

Permisos

Vea también

Referencia

CreationTool (Clase)

CreationTool (Miembros)

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

Otros recursos

Introducción a la extensibilidad de WPF Designer