Breakpoint2.Process Property
Gets the Process2 associated with the current breakpoint.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property Process As Process2
Process2 Process { get; }
property Process2^ Process {
Process2^ get ();
}
abstract Process : Process2 with get
function get Process () : Process2
Property Value
Type: EnvDTE80.Process2
Process2 .
.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.