__VSNEWDOCUMENTSTATE Enumeration

 

Specifies the state of a new document.

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

public enum __VSNEWDOCUMENTSTATE

Member nameDescription
NDS_NoActivate

The document is not activated after it is opened.

NDS_OnlyFastViews

Editor views marked with PVA_OpensSlowly in the registry cannot be previewed.

NDS_Permanent

The document is opened in a permanent window.

NDS_Provisional

The document is opened in a preview window.

NDS_StateMask

A mask for the provisional and permanent state values.

NDS_Unspecified

The document state is unspecified.

Return to top
Show: