IVsLanguageClipboardOps Interface
Visual Studio 2015
Customizes copy and paste operations.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DataObjectRendered(IVsTextLines^, UInt32, array<TextSpan>^) | Allows changes to a data object after it is inserted. |
![]() | GetDataObject(IVsTextView^, IVsTextLayer^, IDataObject^) | Creates an IDataObject with language-specific formats. |
![]() | IsTextData(IDataObject^) | Determines whether the data object contains data that can be rendered into text. |
![]() | TextFromData(IVsTextLayer^, IDataObject^, array<LTE_TEXTDATAFLAGS>^, String^) | Render this data object to text. |
Notes to Implementers:
Implement this interface on the language service object to allow your language service to customize how data objects are copied and pasted.
Show:
