_OLEGAC Enum
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.
Specifies OLE GetActiveComponent values. These values are passed to Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FGetActiveComponent.
public enum class _OLEGAC
public enum class _OLEGAC
enum _OLEGAC
public enum _OLEGAC
type _OLEGAC =
Public Enum _OLEGAC
- Inheritance
-
_OLEGAC
Fields
olegacActive | 0 | Indicates that the true active component is retrieved. |
olegacTracking | 1 | Indicates that the tracking component is retrieved. |
olegacTrackingOrActive | 2 | Indicates that the tracking component is retrieved if it exists. Otherwise, the true active component is retrieved. |