__VSPTIP_DISPOSITION Enumeration

 

Specifies the text image disposition action for CloseItemTextImage calls.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSPTIP_DISPOSITION

Member nameDescription
VSPTIP_Close

Finished using the item.

VSPTIP_Modified

Finished using the item and it was modified.

VSPTIP_ToOpen

The item is about to be opened through OpenDocumentViaProject.

From vsshell.idl:

Return to top
Show: