共用方式為


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