ComponentState Enumeration
Values that are states that can be used to determine the state the component manager is referring to in a OnEnterState callback.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Enumeration ComponentState
'Utilizzo
Dim instance As ComponentState
public enum ComponentState
public enum class ComponentState
type ComponentState
public enum ComponentState
Members
Member name | Description | |
---|---|---|
Unknown | Unknown state | |
Modal | Modal state; disable toplevel windows | |
RedrawOff | Disable window repainting | |
WarningsOff | Disable user warnings | |
Recording | Recording state |
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace