_OLEGAC Enumeration
Visual Studio 2015
Specifies OLE GetActiveComponent values. These values are passed to F:Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FGetActiveComponent.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Member name | Description | |
|---|---|---|
| olegacActive | Indicates that the true active component is retrieved. | |
| olegacTracking | Indicates that the tracking component is retrieved. | |
| olegacTrackingOrActive | Indicates that the tracking component is retrieved if it exists. Otherwise, the true active component is retrieved. |
Show: