Freigeben über


CreationToolAttribute-Konstruktor

Initialisiert eine neue Instanz der CreationToolAttribute-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    toolType As Type _
)
public CreationToolAttribute(
    Type toolType
)
public:
CreationToolAttribute(
    Type^ toolType
)
new : 
        toolType:Type -> CreationToolAttribute
public function CreationToolAttribute(
    toolType : Type
)

Parameter

  • toolType
    Typ: System.Type
    Der von diesem Attribut beschriebene Tooltyp.Sie können nullNULL-Verweis (Nothing in Visual Basic) angeben, um zu verhindern, dass das CreationTool einer Basisklasse angezeigt wird.

Ausnahmen

Ausnahme Bedingung
ArgumentException

toolType wird nicht von CreationTool abgeleitet.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreationToolAttribute Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit