__VSNEWDOCUMENTSTATE Enum

Definition

Specifies the state of a new document.

public enum class __VSNEWDOCUMENTSTATE
public enum class __VSNEWDOCUMENTSTATE
enum __VSNEWDOCUMENTSTATE
public enum __VSNEWDOCUMENTSTATE
type __VSNEWDOCUMENTSTATE = 
Public Enum __VSNEWDOCUMENTSTATE
Inheritance
__VSNEWDOCUMENTSTATE

Fields

NDS_NoActivate -2147483648

The document is not activated after it is opened.

NDS_OnlyFastViews 1073741824

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

NDS_Permanent 2

The document is opened in a permanent window.

NDS_Provisional 1

The document is opened in a preview window.

NDS_StateMask 255

A mask for the provisional and permanent state values.

NDS_Unspecified 0

The document state is unspecified.

Applies to