Modules::Item Method (Object^)

 

Gets an indexed member of a Modules collection.

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

Module^ Item(
	Object^ Index
)

Parameters

Index
Type: System::Object^

Required. The index of the Modules to return.

Return Value

Type: EnvDTE90::Module^

A Module object.

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.

Return to top
Show: