IVsUIHierWinClipboardHelper Methods

 

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

NameDescription
System_CAPS_pubmethodAdviseClipboardHelperEvents(IVsUIHierWinClipboardHelperEvents^, UInt32)

Establishes client notification of hierarchy clipboard helper events without the hierarchy implementing IConnectionPointContainer.

System_CAPS_pubmethodCopy(IDataObject^)

Copies a data object from a hierarchy to the clipboard.

System_CAPS_pubmethodCut(IDataObject^)

Cuts a data object from a hierarchy to the clipboard.

System_CAPS_pubmethodPaste(IDataObject^, UInt32)

Pastes a data object from the clipboard to the hierarchy.

System_CAPS_pubmethodUnadviseClipboardHelperEvents(UInt32)

Disables client notification of hierarchy clipboard helper events without requiring that the hierarchy implement IConnectionPointContainer.

Return to top
Show: