GraphCommand::Definition Property

 

The GraphCommandDefinition to which this command belongs.

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

public:
property GraphCommandDefinition^ Definition {
	GraphCommandDefinition^ get();
	private: void set(GraphCommandDefinition^ value);
}
Return to top
Show: