IMemberCreationService.ShowCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- methodName
- String
The name of the method to display.