__VSNEWDOCUMENTSTATE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of a new document.
This enumeration supports a bitwise combination of its member values.
public enum class __VSNEWDOCUMENTSTATE
public enum class __VSNEWDOCUMENTSTATE
enum __VSNEWDOCUMENTSTATE
public enum __VSNEWDOCUMENTSTATE
[System.Flags]
public enum __VSNEWDOCUMENTSTATE
type __VSNEWDOCUMENTSTATE =
[<System.Flags>]
type __VSNEWDOCUMENTSTATE =
Public Enum __VSNEWDOCUMENTSTATE
- Inheritance
-
__VSNEWDOCUMENTSTATE
- Attributes
Fields
Name | Value | Description |
---|---|---|
NDS_NoActivate | -2147483648 | The document is not activated after it is opened. |
NDS_Unspecified | 0 | The document state is unspecified. |
NDS_Provisional | 1 | The document is opened in a preview window. |
NDS_Permanent | 2 | The document is opened in a permanent window. |
NDS_StateMask | 255 | A mask for the provisional and permanent state values. |
NDS_OnlyFastViews | 1073741824 | Editor views marked with PVA_OpensSlowly in the registry cannot be previewed. |