Proprietà ToolboxCategoryAttribute.CategoryPath

Ottiene il percorso nel quale è categorizzata questa classe.

Spazio dei nomi:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Property CategoryPath As String
    Get
    Private Set
public string CategoryPath { get; private set; }
public:
property String^ CategoryPath {
    String^ get ();
    private: void set (String^ value);
}
member CategoryPath : string with get, private set
function get CategoryPath () : String
private function set CategoryPath (value : String)

Valore proprietà

Tipo: System.String
Percorso nel quale è categorizzata questa classe.

Note

Rappresentare più livelli utilizzando la barra (/) come delimitatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ToolboxCategoryAttribute Classe

Spazio dei nomi Microsoft.Windows.Design

Altre risorse

Informazioni sull'estensibilità Progettazione WPF