DesignerOptionService::DesignerOptionCollection::Item Property (String^)
.NET Framework (current version)
Gets the child collection at the given name.
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
Available since 2.0
Show: