__VSPHYSICALVIEWATTRIBUTES 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.
Specifies the attributes for the physical view.
This enumeration supports a bitwise combination of its member values.
public enum class __VSPHYSICALVIEWATTRIBUTES
public enum class __VSPHYSICALVIEWATTRIBUTES
enum __VSPHYSICALVIEWATTRIBUTES
public enum __VSPHYSICALVIEWATTRIBUTES
[System.Flags]
public enum __VSPHYSICALVIEWATTRIBUTES
type __VSPHYSICALVIEWATTRIBUTES =
[<System.Flags>]
type __VSPHYSICALVIEWATTRIBUTES =
Public Enum __VSPHYSICALVIEWATTRIBUTES
- Inheritance
-
__VSPHYSICALVIEWATTRIBUTES
- Attributes
Fields
Name | Value | Description |
---|---|---|
PVA_None | 0 | No attributes are specified for the physical view. |
PVA_OpensSlowly | 1 | The physical view may open slowly. Slow in this sense means anything longer than approximately two seconds. The time to consider starts when the editor is created and ends when the UI thread is no longer blocked. If the editor takes longer than two seconds to load its file or fully render its content, but that activity takes place on a background thread and does not block the UI thread, the non-blocking activity does not need to be considered when assessing slowness. |
PVA_SupportsPreview | 2 | The physical view supports being hosted in a preview tab (that is, it is a document window, not a tool window, a modal dialog, and so on). |