CommandExtensionAttribute::Position Property

 

Specifies the IntraGroup position, if Group property is set. Specifies InterGroup position of CommandExtension, otherwise.

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

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

Property Value

Type: System::Int32

Dsl Author can plug in a custom CommandExtensionRegistrar which can then interpret the attribute in any custom way.

Return to top
Show: