CommandBarPopup::OLEMenuGroup Property

 

Gets or sets the OLE menu group. This property is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610940418)]
property MsoOLEMenuGroup OLEMenuGroup {
	[DispIdAttribute(1610940418)]
	MsoOLEMenuGroup get();
	[DispIdAttribute(1610940418)]
	void set(MsoOLEMenuGroup value);
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::MsoOLEMenuGroup

The OLE menu group. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: