Prepares selected nodes to be copied to the clipboard.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overrides Function PrepareSelectedNodesForClipBoard As StringBuilder
'使用
Dim returnValue As StringBuilder
returnValue = Me.PrepareSelectedNodesForClipBoard()
protected internal override StringBuilder PrepareSelectedNodesForClipBoard()
protected public:
virtual StringBuilder^ PrepareSelectedNodesForClipBoard() override
protected internal override function PrepareSelectedNodesForClipBoard() : StringBuilder
Return Value
Type: System.Text.StringBuilder
Returns a null reference (Nothing in Visual Basic).
Remarks
A DependentFileNode cannot be dragged.
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.