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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples