IVsLanguageClipboardOps Interface

Customizes copy and paste operations.

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

Syntax

声明
<GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLanguageClipboardOps
用法
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
[<GuidAttribute("2ED7B280-B372-415E-862D-D7D9AEAFCD10")>]
[<InterfaceTypeAttribute()>]
type IVsLanguageClipboardOps =  interface end
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.

See Also

Reference

IVsLanguageClipboardOps Members

Microsoft.VisualStudio.TextManager.Interop Namespace