OLEUIEVENTFREQ Enumeration

Specifies the frequency that a user interface event normally occurs in a component

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

Syntax

'Declaration
Public Enumeration OLEUIEVENTFREQ
public enum OLEUIEVENTFREQ
public enum class OLEUIEVENTFREQ
type OLEUIEVENTFREQ
public enum OLEUIEVENTFREQ

Members

Member name Description
OLEUIEVENTFREQ_CONSISTENTLY Indicates that the event occurs on a regular basis.
OLEUIEVENTFREQ_FREQUENTLY Indicates that the event occurs frequently.
OLEUIEVENTFREQ_NULL Indicates that the frequency is not applicable.
OLEUIEVENTFREQ_OFTEN Indicates that the event occurs often.
OLEUIEVENTFREQ_SELDOM Indicates that the event seldom occurs.
OLEUIEVENTFREQ_SOMETIMES Indicates that the event occurs infrequently.

Remarks

This enumeration indicates the frequency that a particular UI Event normally occurs in the component used with OnUIEvent..

COM Signature

From oleipc.idl.

[C++]

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace