Expressions::Item Method (Object^)

 

Returns a Expression object in a Expressions collection.

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

Expression^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the Expression object to return.

Return Value

Type: EnvDTE::Expression^

An Expression object.

The Item method throws a System.ArgumentException exception if the collection cannot find the object that corresponds to the index value.

The following example demonstrates how to use the Item method.

No code example is currently available or this language may not be supported.
Return to top
Show: