GraphCommand.LinkCategories Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.Generic.IEnumerable<GraphCategory>
Returns IEnumerable<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.