IVsLanguageClipboardOps Members
Include Protected Members
Include Inherited Members
Customizes copy and paste operations.
The IVsLanguageClipboardOps type exposes the following members.
Methods
Name | Description | |
---|---|---|
DataObjectRendered | Allows changes to a data object after it is inserted. | |
GetDataObject | Creates an IDataObject with language-specific formats. | |
IsTextData | Determines whether the data object contains data that can be rendered into text. | |
TextFromData | Render this data object to text. |
Top