IWbs.CopyBranch Method

Copies a task or a branch to the internal clipboard.
Sub CopyBranch( _ 
ByVal task As ITask
)
This language is not supported or no code example is available.
void CopyBranch( 
ITask task 
)
This language is not supported or no code example is available.

Parameters

task
ITask

The task or branch to be copied.

Exception type Condition

QdvApiException

A problem occurred.

NotSupportedException

If this method is called from an external client.

Remarks
 
You can use the PasteBranch method to paste a task or a branch from the clipboard thereafter. The CopyBranch method may be used only from macros, but not from external clients connected via InterfaceQDV.dll. If called from an external client, the NotSupportedException will be thrown.
Version
 
Available since QDV 7.13.489.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition