ToolboxCategoryAttribute.CategoryPath 属性

获取将此类进行分类所依据的路径。

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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)

属性值

类型:System.String
将此类进行分类所依据的路径。

备注

使用正斜杠 (/) 作为分隔符来表示多个级别。

.NET Framework 安全性

请参见

参考

ToolboxCategoryAttribute 类

Microsoft.Windows.Design 命名空间

其他资源

了解 WPF 设计器扩展性