Share via


GraphCommand.TargetCategories Property

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

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property TargetCategories As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> TargetCategories { get; private set; }
public:
property IEnumerable<GraphCategory^>^ TargetCategories {
    IEnumerable<GraphCategory^>^ get ();
    private: void set (IEnumerable<GraphCategory^>^ value);
}
member TargetCategories : IEnumerable<GraphCategory> with get, private set
function get TargetCategories () : IEnumerable<GraphCategory>
private function set TargetCategories (value : IEnumerable<GraphCategory>)

Property Value

Type: IEnumerable<GraphCategory>
Returns IEnumerable.

.NET Framework Security

See Also

Reference

GraphCommand Class

Microsoft.VisualStudio.GraphModel Namespace