Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Index
Type: System.Object
Required. The index of the Modules to return.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.