ToolboxCategoryAttribute-Konstruktor (String)

Initialisiert eine neue Instanz der ToolboxCategoryAttribute-Klasse mit dem angegebenen Kategoriepfad.

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

Syntax

'Declaration
Public Sub New ( _
    categoryPath As String _
)
public ToolboxCategoryAttribute(
    string categoryPath
)
public:
ToolboxCategoryAttribute(
    String^ categoryPath
)
new : 
        categoryPath:string -> ToolboxCategoryAttribute
public function ToolboxCategoryAttribute(
    categoryPath : String
)

Parameter

  • categoryPath
    Typ: System.String
    Der Pfad, unter dem diese Klasse kategorisiert wird.Stellt mehrere Ebenen mit dem Schrägstrich (/) als Trennzeichen dar.

.NET Framework-Sicherheit

Siehe auch

Referenz

ToolboxCategoryAttribute Klasse

ToolboxCategoryAttribute-Überladung

Microsoft.Windows.Design-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit