DesignerOptionService::DesignerOptionCollection::Item Property (String^)

 

Gets the child collection at the given name.

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

public:
property DesignerOptionService::DesignerOptionCollection^ default[
	String^ name
] {
	DesignerOptionService::DesignerOptionCollection^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of the child collection.

Property Value

Type: System.ComponentModel.Design::DesignerOptionService::DesignerOptionCollection^

The child collection with the name specified by the name parameter, or null if the name is not found.

The name search is case-insensitive.

.NET Framework
Available since 2.0
Return to top
Show: