__VSNEWDOCUMENTSTATE Enumeration
Visual Studio 2015
Specifies the state of a new document.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: