WindowConfigurations::Item Method (Object^)
Visual Studio 2015
Returns an indexed member of a WindowConfigurations collection.
Assembly: EnvDTE (in EnvDTE.dll)
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.
Show: