GraphObject.Categories 属性

返回所有类别。 从不返回 null。

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

语法

声明
Public ReadOnly Property Categories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> Categories { get; }
public:
property IEnumerable<GraphCategory^>^ Categories {
    IEnumerable<GraphCategory^>^ get ();
}
member Categories : IEnumerable<GraphCategory> with get
function get Categories () : IEnumerable<GraphCategory>

属性值

类型:IEnumerable<GraphCategory>

.NET Framework 安全性

请参阅

参考

GraphObject 类

Microsoft.VisualStudio.GraphModel 命名空间