GraphCommandDefinition::Priority Property

 

The priority used to sort the command when it is presented to the user.

Commands with lower numbers are positioned higher in the resulting sort.

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

public:
property int Priority {
	int get();
	private: void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: