This topic has not yet been rated - Rate this topic

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
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F") */ 
public interface IVsUIHierWinClipboardHelperEvents
InterfaceTypeAttribute(1) 
GuidAttribute("4D25F3C7-3138-4AC6-91AF-D7FF6929DB9F") 
public interface IVsUIHierWinClipboardHelperEvents

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ