DesignerOptionService::DesignerOptionCollection::Item Property (Int32)
.NET Framework (current version)
Gets the child collection at the given index.
Assembly: System (in System.dll)
public: property DesignerOptionService::DesignerOptionCollection^ default[ int index ] { DesignerOptionService::DesignerOptionCollection^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the child collection to get.
Property Value
Type: System.ComponentModel.Design::DesignerOptionService::DesignerOptionCollection^The child collection at the specified index.
.NET Framework
Available since 2.0
Available since 2.0
Show: