Modules.Item Method

Gets an indexed member of a Modules collection.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
Function Item ( _
    Index As Object _
) As Module
Module Item(
    Object Index
)
Module^ Item(
    [InAttribute] Object^ Index
)
abstract Item : 
        Index:Object -> Module 
function Item(
    Index : Object
) : Module

Parameters

Return Value

Type: EnvDTE90.Module
A Module object.

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.

.NET Framework Security

See Also

Reference

Modules Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart