Customizes copy and paste operations.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")]
public interface IVsLanguageClipboardOps
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10") */
public interface IVsLanguageClipboardOps
InterfaceTypeAttribute(1)
GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")
public interface IVsLanguageClipboardOps
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.