SchemeSettingElementCollection::IndexOf Method (SchemeSettingElement^)

.NET Framework (current version)
 

The index of the specified SchemeSettingElement.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
int IndexOf(
	SchemeSettingElement^ element
)

Parameters

element
Type: System.Configuration::SchemeSettingElement^

The SchemeSettingElement for the specified index location.

Return Value

Type: System::Int32

The index of the specified SchemeSettingElement; otherwise, -1.

.NET Framework
Available since 4.0
Return to top
Show: