Module.Process Property

Definition

Gets the process that contains this module.

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

Property Value

A Process3 object.

Attributes

Applies to