__VSPHYSICALVIEWATTRIBUTES Enum

Definition

Specifies the attributes for the physical view.

public enum class __VSPHYSICALVIEWATTRIBUTES
public enum class __VSPHYSICALVIEWATTRIBUTES
enum __VSPHYSICALVIEWATTRIBUTES
public enum __VSPHYSICALVIEWATTRIBUTES
type __VSPHYSICALVIEWATTRIBUTES = 
Public Enum __VSPHYSICALVIEWATTRIBUTES
Inheritance
__VSPHYSICALVIEWATTRIBUTES

Fields

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).

Applies to