GraphCommand.TargetCategories 属性

目标节点类别将会是此命令的结果。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

GraphCommand 类

Microsoft.VisualStudio.GraphModel 命名空间