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