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
'Dichiarazione
Public Property Group As String
Get
Set
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
- 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