Breakpoint3.Process Property

Definition

Gets the process in which the breakpoint is set.

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

A EnvDTE.Process2 object.

Implements

Attributes

Applies to