Share via


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
    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

Breakpoint2.Process

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Process Overload

EnvDTE90a Namespace