ProjectNode.CopyToClipboard Method

Copies the project to the clipboard.

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

Syntax

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

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

Return Value

Type: System.Int32

S_OK if the copy was successful; otherwise an error code.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace