Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Passed to a call to FRegisterComponent to indicate what kind of state change notifications the component is interested in receiving.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
<FlagsAttribute> _
Public Enumeration DesiredStateNotifications
'Utilizzo
Dim instance As DesiredStateNotifications
[FlagsAttribute]
public enum DesiredStateNotifications
[FlagsAttribute]
public enum class DesiredStateNotifications
[<FlagsAttribute>]
type DesiredStateNotifications
public enum DesiredStateNotifications
Members
| Member name | Description | |
|---|---|---|
| None | Not interested in any state change notifications. | |
| Modal | Needs modal state change notification (must be registered by components managing a top level window). | |
| RedrawOff | Needs notification of when redrawing is turned off. | |
| WarningsOff | Needs notification when warnings are turned off. | |
| Recording | Needs notification when recording is active. |
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace