IHostedApplication.AddAction(Int32, String, String) 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.
Adds an action to the application.
public:
void AddAction(int id, System::String ^ name, System::String ^ initialization);
public void AddAction (int id, string name, string initialization);
abstract member AddAction : int * string * string -> unit
Public Sub AddAction (id As Integer, name As String, initialization As String)
Parameters
- id
- Int32
Specifies the application ID.
- name
- String
Specifies the application name.
- initialization
- String
Specifies the application initialization string.