Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies view or action options for the data object being rendered.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration DATA_OBJECT_RENDER_HINT
public enum DATA_OBJECT_RENDER_HINT
public enum class DATA_OBJECT_RENDER_HINT
type DATA_OBJECT_RENDER_HINT
public enum DATA_OBJECT_RENDER_HINT
Members
Member name | Description | |
---|---|---|
DORH_DEFAULT | No hint information is available. | |
DORH_MOVE_IN_SAME_DOC | Rendering was a Move operation in the same document. | |
DORH_DROP | General Drag and Drop operation. This includes Drag and Drop from the Toolbox as well as DORH_MOVE_IN_SAME_DOC. | |
DORH_CLIPBOARD | General Paste from the system Clipboard (for example, CTRL+V). | |
DORH_TOOLBOX | User double-clicked an item from the Toolbox. | |
DORH_PREVIEW | Tentative preview. For example, using CTRL+SHIFT+V to cycle through the contents of the Clipboard. |
Remarks
Provides a hint indicating the action or view that resulted in the rendering of the data object. An example of an action is a Paste operation. An example of a view is the Clipboard.
COM Signature
From textmgr.idl: