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
'宣言
Public Property Position As Integer
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommandExtensionAttribute Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace