GraphCommand.TargetCategories Property

Definition

The target node categories that will be the result of this command.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ TargetCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> TargetCategories { get; }
member this.TargetCategories : seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public ReadOnly Property TargetCategories As IEnumerable(Of GraphCategory)

Property Value

Applies to