Share via


CommandExtensionAttribute.Group Property

Specifies the CommandGroup to which the command extension belongs.

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

Syntax

'Declaration
Public Property Group As String
public string Group { get; set; }
public:
property String^ Group {
    String^ get ();
    void set (String^ value);
}
member Group : string with get, set
function get Group () : String
function set Group (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CommandExtensionAttribute Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace