共用方式為


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 命名空間