HierarchyNode.PrepareSelectedNodesForClipBoard Method

Prepares selected nodes for the clipboard.

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

Syntax

'宣言
Protected Friend Overridable Function PrepareSelectedNodesForClipBoard As StringBuilder
'使用
Dim returnValue As StringBuilder

returnValue = Me.PrepareSelectedNodesForClipBoard()
protected internal virtual StringBuilder PrepareSelectedNodesForClipBoard()
protected public:
virtual StringBuilder^ PrepareSelectedNodesForClipBoard()
protected internal function PrepareSelectedNodesForClipBoard() : StringBuilder

Return Value

Type: System.Text.StringBuilder

A StringBuilder that is composed of the project reference of the current node, followed by the null character.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace