__VSPTIP_DISPOSITION 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 text image disposition action for CloseItemTextImage calls.
public enum class __VSPTIP_DISPOSITION
public enum class __VSPTIP_DISPOSITION
enum __VSPTIP_DISPOSITION
public enum __VSPTIP_DISPOSITION
type __VSPTIP_DISPOSITION =
Public Enum __VSPTIP_DISPOSITION
- Inheritance
-
__VSPTIP_DISPOSITION
Fields
VSPTIP_Close | 0 | Finished using the item. |
VSPTIP_Modified | 2 | Finished using the item and it was modified. |
VSPTIP_ToOpen | 1 | The item is about to be opened through OpenDocumentViaProject(String, Guid, IServiceProvider, IVsUIHierarchy, UInt32, IVsWindowFrame). |
Remarks
COM Signature
From vsshell.idl: