Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Override this method if you wish to implement a custom clipboard copy.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
protected virtual void OnCopyToClipboard ()
'Declaration
Protected Overridable Sub OnCopyToClipboard
Remarks
If you do not override this method, the Remote Tools Framework will use the default clipboard copy implementation. RenderGeneric is called to enumerate the data in this object, and the default implementation copies that to a tab-delimited text object on the clipboard.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PluginData Class
PluginData Members
Microsoft.RemoteToolSdk.PluginComponents Namespace