Program.Process Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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