다음을 통해 공유


_OLEGAC Enumeration

Specifies OLE GetActiveComponent values. These values are passed to FGetActiveComponent.

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

Syntax

‘선언
Public Enumeration _OLEGAC
public enum _OLEGAC

Members

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.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace