IVsUIHierWinClipboardHelperEvents Interface

 

Provides clipboard notifications to the source hierarchy in a cut or copy operation.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F")]
public interface IVsUIHierWinClipboardHelperEvents

NameDescription
System_CAPS_pubmethodOnClear(Int32)

Signals that the clipboard has been cleared.

System_CAPS_pubmethodOnPaste(Int32, UInt32)

Signals that a paste operation has occurred.

This interface provides notification of clipboard events to source hierarchies, which have called AdviseClipboardHelperEvents and are involved in cut and copy operations.

See illustrations of the implementation and/or calling of this interface in the sample Basic Project.

Notes to Implementers:

Implemented by source hierarchies that are involved in cut and copy operations implementing IVsUIHierWinClipboardHelper.

Notes to Callers:

Called by the environment when IVsUIHierWinClipboardHelper is implemented.

Return to top
Show: