WindowConfigurations::Item Method (Object^)

 

Returns an indexed member of a WindowConfigurations collection.

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

WindowConfiguration^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the item to return.

The value passed to index is an integer that is an index to a WindowConfiguration object in its collection. Index can alternatively be a string value that equates to the name of a WindowConfiguration in the collection.

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

Return to top
Show: