Condividi tramite


Proprietà CreationTool.CreationType

Aggiornamento: novembre 2007

Ottiene o imposta il tipo di oggetto che deve essere creato da questo strumento.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

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)

Valore proprietà

Tipo: System.Type

Oggetto Type che rappresenta il tipo di oggetto che deve essere creato da questo strumento. Ad esempio, se questo strumento deve creare un pulsante, questa proprietà deve essere typeof(Button).

Autorizzazioni

Vedere anche

Riferimenti

CreationTool Classe

Membri CreationTool

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF