IMemberCreationService.ShowCode Method

Definition

Displays code for the new member on a workflow design surface.

Overloads

ShowCode()

Displays code for the new member on a workflow design surface.

ShowCode(Activity, String, Type)

Displays code for the new member on a workflow design surface by using the specified Activity, the specified method and the specified delegate type.

ShowCode()

Displays code for the new member on a workflow design surface.

public:
 void ShowCode();
public void ShowCode ();
abstract member ShowCode : unit -> unit
Public Sub ShowCode ()

Applies to

ShowCode(Activity, String, Type)

Displays code for the new member on a workflow design surface by using the specified Activity, the specified method and the specified delegate type.

public:
 void ShowCode(System::Workflow::ComponentModel::Activity ^ activity, System::String ^ methodName, Type ^ delegateType);
public void ShowCode (System.Workflow.ComponentModel.Activity activity, string methodName, Type delegateType);
abstract member ShowCode : System.Workflow.ComponentModel.Activity * string * Type -> unit
Public Sub ShowCode (activity As Activity, methodName As String, delegateType As Type)

Parameters

activity
Activity

The Activity associated with the code to display.

methodName
String

The name of the method to display.

delegateType
Type

The Type of the delegate associated with the method to display.

Applies to