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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F")> _
Public Interface IVsUIHierWinClipboardHelperEvents
'Usage
Dim instance As IVsUIHierWinClipboardHelperEvents
[InterfaceTypeAttribute()]
[GuidAttribute("4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F")]
public interface IVsUIHierWinClipboardHelperEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F")]
public interface class IVsUIHierWinClipboardHelperEvents
public interface IVsUIHierWinClipboardHelperEvents

Remarks

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.

See Also

Reference

IVsUIHierWinClipboardHelperEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace