Share via


GraphCommand.LinkCategories Property

The link categories that connect to the results of this command.

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

Syntax

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

Property Value

Type: IEnumerable<GraphCategory>
Returns IEnumerable.

.NET Framework Security

See Also

Reference

GraphCommand Class

Microsoft.VisualStudio.GraphModel Namespace