ImportExtension.GetProcessId(String, Boolean) 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.
Gets the Id for a Dialog by Name.
protected:
Guid GetProcessId(System::String ^ name, bool isDialog);
protected Guid GetProcessId (string name, bool isDialog);
member this.GetProcessId : string * bool -> Guid
Protected Function GetProcessId (name As String, isDialog As Boolean) As Guid
Parameters
- name
- String
Dialog name
- isDialog
- Boolean
Verify is it dailog or not.
Returns
Process id.