Breakpoint3.Process Property
Gets the process in which the breakpoint is set.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.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
A Process2 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.