DesiredStateNotifications Enumeration

Microsoft internal use only.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration DesiredStateNotifications
[FlagsAttribute]
public enum DesiredStateNotifications
[FlagsAttribute]
public enum class DesiredStateNotifications
[<FlagsAttribute>]
type DesiredStateNotifications
public enum DesiredStateNotifications

Members

Member name Description
Modal Microsoft internal use only.
None Microsoft internal use only.
Recording Microsoft internal use only..
RedrawOff Microsoft internal use only.
WarningsOff Microsoft internal use only.

See Also

Reference

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace