Process2.ProcessID Property

Gets the ID number assigned to this process.

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

Syntax

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

Property Value

Type: Int32
An Integer value representing the ID number of the process.

.NET Framework Security

See Also

Reference

Process2 Interface

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples