Module.Collection 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.
Represents the collection of Module objects.
public:
property EnvDTE90::Modules ^ Collection { EnvDTE90::Modules ^ get(); };
[System.Runtime.InteropServices.DispId(2112)]
public EnvDTE90.Modules Collection { [System.Runtime.InteropServices.DispId(2112)] get; }
[<System.Runtime.InteropServices.DispId(2112)>]
[<get: System.Runtime.InteropServices.DispId(2112)>]
member this.Collection : EnvDTE90.Modules
Public ReadOnly Property Collection As Modules
Property Value
A Modules collection.
- Attributes
Remarks
Modules represents the collection of modules available in a process that is being debugged. Modules is an enumerable collection and can be indexed either by integer (position) or by module name (such as, "kernel32.dll"). Modules is accessible from the Modules property from the Process3 object.