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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.