Languages::Item Method (Object^)

 

Returns a Language object in the Languages collection.

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

Language^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index or name of the Language object to return.

Return Value

Type: EnvDTE::Language^

A Language 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: