Partilhar via


WorkflowCodeTypeReferenceExpression.Clone Method

Creates a deep copy of the current WorkflowCodeTypeReferenceExpression. A deep copy copies both the object and the content of all the pointers included in that object (unlike a "shallow" copy, which is a bitwise copy).

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Function Clone As CodeExpression
'Usage
Dim instance As WorkflowCodeTypeReferenceExpression
Dim returnValue As CodeExpression

returnValue = instance.Clone()
public CodeExpression Clone()

Return Value

Type: System.CodeDom.CodeExpression
A deep copy of the current WorkflowCodeTypeReferenceExpression.

Implements

IRuleExpression.Clone()

See Also

Reference

WorkflowCodeTypeReferenceExpression Class

WorkflowCodeTypeReferenceExpression Members

Microsoft.SharePoint.WorkflowActions Namespace