ProjectNode.CutToClipboard Method

Handles the cut operation on a project node.

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

Syntax

'宣言
Protected Friend Overrides Function CutToClipboard As Integer
'使用
Dim returnValue As Integer

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

Return Value

Type: System.Int32

S_OK if successful, otherwise an error code.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace