__VSIEIFLAGS 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.
Controls the initialization of an editor instance.
This enumeration supports a bitwise combination of its member values.
public enum class __VSIEIFLAGS
public enum class __VSIEIFLAGS
enum __VSIEIFLAGS
[System.Flags]
public enum __VSIEIFLAGS
[<System.Flags>]
type __VSIEIFLAGS =
Public Enum __VSIEIFLAGS
- Inheritance
-
__VSIEIFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
IEI_RDTFLAGS_MASK | 1048575 | Masks Running Document Table flags. |
IEI_CREATEDOCWIN_MASK | 4194303 | Masks RDT flags and Create Doc Window flags. |
IEI_CREATENEWDOCWIN_MASK | 8388607 | Masks RDT flags and Create New Doc Window flags. |
IEI_DoNotLoadDocData | 268435456 | Do not load document data into this editor instance. |
Remarks
COM Signature
From vsshell.idl: