VirtualTypeBuilder::PropertyInfoCollection::Item Property (Int32)
Visual Studio 2015
Gets or sets the property at the specified index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property PropertyInfo^ default[ int index ] { PropertyInfo^ get(int index); void set(int index, PropertyInfo^ value); }
Parameters
- index
-
Type:
System::Int32
The 0-based index of the element to get or set.
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0. -or- index is equal to or greater than the number of items in the collection. |
Show: