Partilhar via


Propriedade ToolboxCategoryAttribute.CategoryPath

Obtém o caminho em que essa classe é categorizada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O caminho em que essa classe é categorizada.

Comentários

Representam vários níveis, usando a barra (/) como um delimitador.

Segurança do .NET Framework

Consulte também

Referência

ToolboxCategoryAttribute Classe

Namespace Microsoft.Windows.Design

Outros recursos

Noções básicas sobre extensibilidade Designer WPF