Freigeben über


SPWorkflowTemplate.Clone-Methode

Erstellt eine Kopie der Workflowvorlage.

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

Syntax

'Declaration
Public Function Clone As Object
'Usage
Dim instance As SPWorkflowTemplate
Dim returnValue As Object

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

Rückgabewert

Typ: System.Object

Implementiert

ICloneable.Clone()

Hinweise

Diese Methode erstellt eine flache Kopie der aktuellen Workflowvorlage, indem Sie ein neues Objekt erstellt und anschließend die nicht statischen Felder des aktuellen Objekts in das neue Objekt kopiert.

Siehe auch

Referenz

SPWorkflowTemplate Klasse

SPWorkflowTemplate-Member

Microsoft.SharePoint.Workflow-Namespace

Weitere Ressourcen

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview