CommandExtensionAttribute::Group Property

 

Specifies the CommandGroup to which the command extension belongs.

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

public:
property String^ Group {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Return to top
Show: