Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the OLE component registration advise flags.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration _OLECADVF
public enum _OLECADVF
public enum class _OLECADVF
type _OLECADVF
public enum _OLECADVF
Members
| Member name | Description | |
|---|---|---|
| olecadvfModal | Indicates that modal state change notifications are required. Must be registered by components that manage a top-level window.
For more information, see olecstateModal |
|
| olecadvfRecording | Indicates that Recording state change notifications are required.
For more information, see olecstateRecording |
|
| olecadvfRedrawOff | Indicates that redrawOff state change notifications are required.
For more information, see olecstateRedrawOff |
|
| olecadvfWarningsOff | Indicates that warningsOff state change notifications are required.
For more information, see olecstateWarningsOff |