Proprietà CreationTool.CreationType

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.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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)

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).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreationTool Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF