GraphSchema.Categories 属性

向此模式中注册的所有 GraphCategory 对象。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Property Categories As GraphCategoryCollection
public GraphCategoryCollection Categories { get; private set; }
public:
property GraphCategoryCollection^ Categories {
    GraphCategoryCollection^ get ();
    private: void set (GraphCategoryCollection^ value);
}
member Categories : GraphCategoryCollection with get, private set
function get Categories () : GraphCategoryCollection 
private function set Categories (value : GraphCategoryCollection)

属性值

类型:Microsoft.VisualStudio.GraphModel.GraphCategoryCollection

.NET Framework 安全性

请参阅

参考

GraphSchema 类

Microsoft.VisualStudio.GraphModel 命名空间