Share via


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

See Also

Reference

Breakpoint2 Interface

EnvDTE80 Namespace