Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Property Position As Integer
public int Position { get; set; }
public:
property int Position {
    int get ();
    void set (int value);
}
member Position : int with get, set
function get Position () : int
function set Position (value : int)

Property Value

Type: System.Int32

Remarks

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

.NET Framework Security

See Also

Reference

CommandExtensionAttribute Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace