Modules.Item(Object) Method

Definition

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

Index
Object

Required. The index of the Modules to return.

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.

Applies to