Udostępnij za pośrednictwem


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
'Usage
Dim instance As Process2 
Dim value As Integer 

value = instance.ProcessID
int ProcessID { get; }
property int ProcessID {
    int get ();
}
function get ProcessID () : int

Property Value

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

Implements

Process.ProcessID

.NET Framework Security

See Also

Reference

Process2 Interface

Process2 Members

ProcessID Overload

EnvDTE80 Namespace

Other Resources

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