Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the process that contains this module.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Process As Process
Get
Process Process { get; }
property Process^ Process {
Process^ get ();
}
abstract Process : Process
function get Process () : Process
Property Value
Type: EnvDTE.Process
A Process3 object.
.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.