Process4.ProcessID Property

Gets the ID number assigned to this process.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property ProcessID As Integer
    Get
int ProcessID { get; }
property int ProcessID {
    int get ();
}
abstract ProcessID : int
function get ProcessID () : int

Property Value

Type: System.Int32
An Integer value that represents the ID number of the process.

Implements

Process3.ProcessID

.NET Framework Security

See Also

Reference

Process4 Interface

ProcessID Overload

EnvDTE90a Namespace