IVsLanguageClipboardOps Interface
Customizes copy and paste operations.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLanguageClipboardOps
'Usage
Dim instance As IVsLanguageClipboardOps
[GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")]
[InterfaceTypeAttribute()]
public interface IVsLanguageClipboardOps
[GuidAttribute(L"2ED7B280-B372-415E-862D-D7D9AEAFCD10")]
[InterfaceTypeAttribute()]
public interface class IVsLanguageClipboardOps
public interface IVsLanguageClipboardOps
Remarks
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.