__VSNEWDOCUMENTSTATE Enumeration
Specifies the state of a new document.
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 __VSNEWDOCUMENTSTATE
public enum __VSNEWDOCUMENTSTATE
public enum class __VSNEWDOCUMENTSTATE
type __VSNEWDOCUMENTSTATE
public enum __VSNEWDOCUMENTSTATE
Members
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. |