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