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 in which the breakpoint is set.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property Process As Process2
Get
Process2 Process { get; }
property Process2^ Process {
Process2^ get ();
}
abstract Process : Process2
function get Process () : Process2
Property Value
Type: EnvDTE80.Process2
A Process2 object.
Implements
.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.