GraphCommand::LinkCategories Property
Visual Studio 2015
The link categories that connect to the results of this command.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphCategory^>^ LinkCategories { IEnumerable<GraphCategory^>^ get(); private: void set(IEnumerable<GraphCategory^>^ value); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^Returns IEnumerable<T>.
Show: