DesignerCollection::Item Property (Int32)

 

Gets the designer at the specified index.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
property IDesignerHost^ default[
	int index
] {
	virtual IDesignerHost^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the designer to return.

Property Value

Type: System.ComponentModel.Design::IDesignerHost^

The designer at the specified index.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: