다음을 통해 공유


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

‘선언
Public Enumeration OLEUIEVENTFREQ
‘사용 방법
Dim instance As OLEUIEVENTFREQ
public enum OLEUIEVENTFREQ
public enum class OLEUIEVENTFREQ
type OLEUIEVENTFREQ
public enum OLEUIEVENTFREQ

Members

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

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