__VSEDITORCREATEDOCWIN Enumeration

Controls how an editor document window is created.

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

Syntax

'Declaration
Public Enumeration __VSEDITORCREATEDOCWIN
public enum __VSEDITORCREATEDOCWIN
public enum class __VSEDITORCREATEDOCWIN
type __VSEDITORCREATEDOCWIN
public enum __VSEDITORCREATEDOCWIN

Members

Member name Description
ECDW_UserCanceled User has canceled CreateEditorInstance operation.
ECDW_CDWFLAGS_MASK Legal values taken from __VSCREATEDOCWIN.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace