__VSPTIP_MODE 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.
Specifies the open mode for OpenItemTextImage(String, UInt32, VsTextImage) calls.
public enum class __VSPTIP_MODE
public enum class __VSPTIP_MODE
enum __VSPTIP_MODE
public enum __VSPTIP_MODE
type __VSPTIP_MODE =
Public Enum __VSPTIP_MODE
- Inheritance
-
__VSPTIP_MODE
Fields
Name | Value | Description |
---|---|---|
VSPTIP_ReadOnly | 0 | Opens as read-only. |
VSPTIP_ReadWrite | 1 | Opens as editable. |
Remarks
COM Signature
From vsshell.idl: