Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Controls how a new editor is created.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSCREATEEDITORFLAGS
[FlagsAttribute]
public enum __VSCREATEEDITORFLAGS
[FlagsAttribute]
public enum class __VSCREATEEDITORFLAGS
[<FlagsAttribute>]
type __VSCREATEEDITORFLAGS
public enum __VSCREATEEDITORFLAGS
Members
| Member name | Description | |
|---|---|---|
| CEF_CLONEFILE | Mutually exclusive withCEF_OPENFILE. | |
| CEF_OPENASNEW | Editor factory should perform necessary fixups. | |
| CEF_OPENFILE | Mutually exclusive with CEF_CLONEFILE. | |
| CEF_SILENT | Editor factory should create editor silently. |
Remarks
COM Signature
From vsshell.idl: