GraphCommand.LinkCategories 属性

与该命令的果相连接的链接种类。

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

语法

声明
Public Property LinkCategories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> LinkCategories { get; private set; }
public:
property IEnumerable<GraphCategory^>^ LinkCategories {
    IEnumerable<GraphCategory^>^ get ();
    private: void set (IEnumerable<GraphCategory^>^ value);
}
member LinkCategories : IEnumerable<GraphCategory> with get, private set
function get LinkCategories () : IEnumerable<GraphCategory>
private function set LinkCategories (value : IEnumerable<GraphCategory>)

属性值

类型:System.Collections.Generic.IEnumerable<GraphCategory>
返回 IEnumerable<T>

.NET Framework 安全性

请参见

参考

GraphCommand 类

Microsoft.VisualStudio.GraphModel 命名空间