Breakpoint2.Process Property

Definition

Gets the Process2 associated with the current breakpoint.

public:
 property EnvDTE80::Process2 ^ Process { EnvDTE80::Process2 ^ get(); };
public:
 property EnvDTE80::Process2 ^ Process { EnvDTE80::Process2 ^ get(); };
[System.Runtime.InteropServices.DispId(1100)]
public EnvDTE80.Process2 Process { [System.Runtime.InteropServices.DispId(1100)] get; }
[<System.Runtime.InteropServices.DispId(1100)>]
[<get: System.Runtime.InteropServices.DispId(1100)>]
member this.Process : EnvDTE80.Process2
Public ReadOnly Property Process As Process2

Property Value

Process2.

Attributes

Applies to