__VSPHYSICALVIEWATTRIBUTES Enumeration

Specifies the attributes for the physical view.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Public Enumeration __VSPHYSICALVIEWATTRIBUTES
public enum __VSPHYSICALVIEWATTRIBUTES
public enum class __VSPHYSICALVIEWATTRIBUTES
type __VSPHYSICALVIEWATTRIBUTES
public enum __VSPHYSICALVIEWATTRIBUTES

Members

Member name Description
PVA_None No attributes are specified for the physical view.
PVA_OpensSlowly 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 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).

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace