IVsUIHierWinClipboardHelper Members
Include Protected Members
Include Inherited Members
Coordinates clipboard operations between hierarchies in a UI hierarchy window.
The IVsUIHierWinClipboardHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseClipboardHelperEvents | Establishes client notification of hierarchy clipboard helper events without the hierarchy implementing IConnectionPointContainer. | |
Copy | Copies a data object from a hierarchy to the clipboard. | |
Cut | Cuts a data object from a hierarchy to the clipboard. | |
Paste | Pastes a data object from the clipboard to the hierarchy. | |
UnadviseClipboardHelperEvents | Disables client notification of hierarchy clipboard helper events without requiring that the hierarchy implement IConnectionPointContainer. |
Top