CommandBarPopup.OLEUsage Property

Definition

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

public:
 property Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage OLEUsage { Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage get(); void set(Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage value); };
public:
 property Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage OLEUsage { Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage get(); void set(Microsoft::VisualStudio::CommandBars::MsoControlOLEUsage value); };
[System.Runtime.InteropServices.DispId(1610874904)]
public Microsoft.VisualStudio.CommandBars.MsoControlOLEUsage OLEUsage { [System.Runtime.InteropServices.DispId(1610874904)] get; [System.Runtime.InteropServices.DispId(1610874904)] set; }
[<System.Runtime.InteropServices.DispId(1610874904)>]
[<get: System.Runtime.InteropServices.DispId(1610874904)>]
[<set: System.Runtime.InteropServices.DispId(1610874904)>]
member this.OLEUsage : Microsoft.VisualStudio.CommandBars.MsoControlOLEUsage with get, set
Public Property OLEUsage As MsoControlOLEUsage

Property Value

The OLE usage. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to