Program.Process Property

Definition

Gets the process by which this program is managed.

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

Property Value

A Process object.

Attributes

Applies to