_CommandBarButton::Priority Property
Visual Studio 2015
Gets the priority. Always returns 1.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874911)] property int Priority { [DispIdAttribute(1610874911)] int get(); [DispIdAttribute(1610874911)] void set(int value); }
Implements
CommandBarControl::PriorityAttempting to set this property with any other value will cause an exception to be thrown.
Show: