__VSNEWDOCUMENTSTATE2 Enumeration

 

Specifies how to open a document.

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

public enum __VSNEWDOCUMENTSTATE2

Member nameDescription
NDS_Reserved

Reserved.

NDS_TryProvisional

Open the document in a preview window if the editor supports preview, otherwise open it in a permanent window. This value must be used alone; it cannot be combined with other flags.

Return to top
Show: