Partilhar via


Propriedade CreationTool.CreationType

Obtém ou define o tipo de objeto que deve criar essa ferramenta.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

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 propriedade

Tipo: System.Type
A Type objeto que representa o tipo de objeto que deve criar essa ferramenta. Por exemplo, se essa ferramenta é criar um botão, esta propriedade deve ser typeof(Button).

Permissões

Consulte também

Referência

CreationTool Classe

Membros CreationTool

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Noções básicas sobre extensibilidade Designer WPF