IVsUIHierWinClipboardHelper Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseClipboardHelperEvents(IVsUIHierWinClipboardHelperEvents^, UInt32) | Establishes client notification of hierarchy clipboard helper events without the hierarchy implementing IConnectionPointContainer. |
![]() | Copy(IDataObject^) | Copies a data object from a hierarchy to the clipboard. |
![]() | Cut(IDataObject^) | Cuts a data object from a hierarchy to the clipboard. |
![]() | Paste(IDataObject^, UInt32) | Pastes a data object from the clipboard to the hierarchy. |
![]() | UnadviseClipboardHelperEvents(UInt32) | Disables client notification of hierarchy clipboard helper events without requiring that the hierarchy implement IConnectionPointContainer. |
Show:
