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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ToolboxCategoryAttribute Classe
Namespace Microsoft.Windows.Design