Modules.Item(Object) Method
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 an indexed member of a Modules collection.
public:
EnvDTE90::Module ^ Item(System::Object ^ Index);
public:
EnvDTE90::Module ^ Item(Platform::Object ^ Index);
EnvDTE90::Module Item(winrt::Windows::Foundation::IInspectable const & Index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.Module Item (object Index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE90.Module
Public Function Item (Index As Object) As Module
Parameters
Returns
A Module object.
- Attributes
Remarks
Returns the Module object indexed by either the name or position. If a Name is passed, this method returns the first module matching the name. The name is case sensitive.