Sdílet prostřednictvím


CreationTool.CreationType-Eigenschaft

Aktualisiert: November 2007

Ruft den Typ des Objekts ab, das von diesem Tool erstellt werden soll, oder legt diesen Typ fest.

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

Syntax

'Declaration
Public Property CreationType As Type
'Usage
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)

Eigenschaftenwert

Typ: System.Type

Ein Type-Objekt, das den Objekttyp darstellt, den dieses Tool erstellen soll. Wenn dieses Tool z. B. eine Schaltfläche erstellen soll, sollte diese Eigenschaft typeof(Button) sein.

Berechtigungen

Siehe auch

Referenz

CreationTool-Klasse

CreationTool-Member

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit