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