CommandBarPopup.OLEUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.