__VSOSEFLAGS3 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum __VSOSEFLAGS3
[<System.Flags>]
type __VSOSEFLAGS3 =
Public Enum __VSOSEFLAGS3
- Inheritance
-
__VSOSEFLAGS3
- Attributes
Fields
Name | Value | Description |
---|---|---|
OSE_RDTFLAGS_MASK | 1048575 | |
OSE_CheckTrustLevelOfWizard | 1048576 | |
OSE_UseOpenWithDialog | 268435456 | |
OSE_ChooseBestStdEditor | 536870912 | |
OSE_OpenAsNewFile | 1073741824 | |
OSE_AvoidExternalEditors | 2147483648 | Indicates that the document should be opened within the IDE. |