Share via


GraphCommand.LinkCategories Property

Definition

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)

Property Value

Applies to