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.

C#
public void ShowCode();

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

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.

C#
public void ShowCode(System.Workflow.ComponentModel.Activity activity, string methodName, Type delegateType);

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

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1