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
- 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.