HierarchyNode.CopyToClipboard Method

Copies a node to the clipboard.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Friend Overridable Function CopyToClipboard As Integer
'使用
Dim returnValue As Integer

returnValue = Me.CopyToClipboard()
protected internal virtual int CopyToClipboard()
protected public:
virtual int CopyToClipboard()
protected internal function CopyToClipboard() : int

Return Value

Type: System.Int32

Returns E_NOTIMPL.

Remarks

This method is typically overriden on the project node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace