_OLEGAC Enumeration

 

Specifies OLE GetActiveComponent values. These values are passed to F:Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FGetActiveComponent.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum _OLEGAC

Member nameDescription
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.

Return to top
Show: