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.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Private Sub SetInstance ( _
    instance As WorkflowInstanceProxy _
) Implements IWorkflowInstanceExtension.SetInstance
void IWorkflowInstanceExtension.SetInstance(
    WorkflowInstanceProxy instance
)
private:
virtual void SetInstance(
    WorkflowInstanceProxy^ instance
) sealed = IWorkflowInstanceExtension::SetInstance
private abstract SetInstance : 
        instance:WorkflowInstanceProxy -> unit  
private override SetInstance : 
        instance:WorkflowInstanceProxy -> unit
JScript does not support explicit interface implementations.
Parameters
- instance
 Type: System.Activities.Hosting.WorkflowInstanceProxy
Implements
IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy)
.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.