IVsLanguageClipboardOps Methods

 

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

NameDescription
System_CAPS_pubmethodDataObjectRendered(IVsTextLines^, UInt32, array<TextSpan>^)

Allows changes to a data object after it is inserted.

System_CAPS_pubmethodGetDataObject(IVsTextView^, IVsTextLayer^, IDataObject^)

Creates an IDataObject with language-specific formats.

System_CAPS_pubmethodIsTextData(IDataObject^)

Determines whether the data object contains data that can be rendered into text.

System_CAPS_pubmethodTextFromData(IVsTextLayer^, IDataObject^, array<LTE_TEXTDATAFLAGS>^, String^)

Render this data object to text.

Return to top
Show: