GraphCommand::Definition Property
Visual Studio 2015
The GraphCommandDefinition to which this command belongs.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property GraphCommandDefinition^ Definition { GraphCommandDefinition^ get(); private: void set(GraphCommandDefinition^ value); }
Property Value
Type: Microsoft.VisualStudio.GraphModel::GraphCommandDefinition^Returns GraphCommandDefinition.
Show: