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