IMemberCreationService.ShowCode Method
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.
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. |
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
.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 |
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.
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 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: