Process4.Modules 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 a collection of module objects associated with this process.
public:
property EnvDTE90::Modules ^ Modules { EnvDTE90::Modules ^ get(); };
[System.Runtime.InteropServices.DispId(2100)]
public EnvDTE90.Modules Modules { [System.Runtime.InteropServices.DispId(2100)] get; }
[<System.Runtime.InteropServices.DispId(2100)>]
[<get: System.Runtime.InteropServices.DispId(2100)>]
member this.Modules : EnvDTE90.Modules
Public ReadOnly Property Modules As Modules
Property Value
A Modules collection.
Implements
- Attributes