PasteToCurrentProject Property
Description
Checks if the paste target is in the same project from which the material was copied.
Property type
Read-only property
Syntax
Visual Basic
Public Property PasteToCurrentProject( _
   ByVal ClipboardData As String _
) As Boolean
Parameters
ClipboardData
The data returned from CopyToClipboard.
Return Type
True if the project from which the data was copied and the project to which the data is pasted are the same.
Remarks
The clipboard data contains the connection information for the source project. The current connection is learned from the calling context.
See Also