共用方式為


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