ActivityBind Constructors
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.
Initializes a new instance of the ActivityBind class.
Overloads
ActivityBind() |
Initializes a new instance of the ActivityBind class. |
ActivityBind(String) |
Initializes a new instance of the ActivityBind class with the |
ActivityBind(String, String) |
Initializes a new instance of the ActivityBind class with |
ActivityBind()
Initializes a new instance of the ActivityBind class.
public:
ActivityBind();
public ActivityBind();
Public Sub New ()
Applies to
ActivityBind(String)
Initializes a new instance of the ActivityBind class with the name
parameter.
public:
ActivityBind(System::String ^ name);
public ActivityBind(string name);
new System.Workflow.ComponentModel.ActivityBind : string -> System.Workflow.ComponentModel.ActivityBind
Public Sub New (name As String)
Parameters
Applies to
ActivityBind(String, String)
Initializes a new instance of the ActivityBind class with name
and path
parameters.
public:
ActivityBind(System::String ^ name, System::String ^ path);
public ActivityBind(string name, string path);
new System.Workflow.ComponentModel.ActivityBind : string * string -> System.Workflow.ComponentModel.ActivityBind
Public Sub New (name As String, path As String)
Parameters
- path
- String
The path of the new ActivityBind.