Process::ProcessID Property

 

Gets the Win32 ID number assigned to this process.

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

property int ProcessID {
	int get();
}

Property Value

Type: System::Int32

An integer that represents the Win32 ID number assigned to this process.

The following example demonstrates how to use the ProcessID property.

No code example is currently available or this language may not be supported.
Return to top
Show: