DesignerOptionService::DesignerOptionCollection::Item Property (Int32)

 

Gets the child collection at the given index.

Namespace:   System.ComponentModel.Design
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
Return to top
Show: