IVsLanguageClipboardOps Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
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. |
Show:
