Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override this method to provide the Activity chain for your activity.
Namespace: Microsoft.TeamFoundation.Build.Activities.Core
Assembly: Microsoft.TeamFoundation.Build.Activities (in Microsoft.TeamFoundation.Build.Activities.dll)
Syntax
'Declaration
Public MustOverride Function CreateBody As Activity
public abstract Activity CreateBody()
public:
virtual Activity^ CreateBody() abstract
abstract CreateBody : unit -> Activity
public abstract function CreateBody() : Activity
Return Value
Type: System.Activities.Activity
An Activity which defines the workflow to be executed by the derived activity.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.