_CommandBarComboBox::OLEUsage Property

 

Gets or sets the OLE usage. This property is deprecated.

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

[DispIdAttribute(1610874904)]
property MsoControlOLEUsage OLEUsage {
	[DispIdAttribute(1610874904)]
	MsoControlOLEUsage get();
	[DispIdAttribute(1610874904)]
	void set(MsoControlOLEUsage value);
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::MsoControlOLEUsage

The OLE usage. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: