QuickInfoSessionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the possible IAsyncQuickInfoSession states.
public enum class QuickInfoSessionState
public enum QuickInfoSessionState
type QuickInfoSessionState =
Public Enum QuickInfoSessionState
- Inheritance
-
QuickInfoSessionState
Fields
Calculating | 1 | Session is currently computing Quick Info content. |
Created | 0 | Session has been created but is not yet active. |
Dismissed | 2 | Session has been dismissed and is no longer active. |
Visible | 3 | Computation is complete and session is visible. |