GraphCommand.LinkCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The link categories that connect to the results of this command.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ LinkCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> LinkCategories { get; }
member this.LinkCategories : seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public ReadOnly Property LinkCategories As IEnumerable(Of GraphCategory)