다음을 통해 공유


GraphCommand.TargetCategories Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: System.Collections.Generic.IEnumerable<GraphCategory>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

GraphCommand Class

Microsoft.VisualStudio.GraphModel Namespace