WsiProfilesElementCollection::RemoveAt Method (Object^)

 

Removes the WsiProfilesElement with the specified key from the collection.

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

public:
void RemoveAt(
	Object^ key
)

Parameters

key
Type: System::Object^

The key of the WsiProfilesElement to be removed from the collection.

.NET Framework
Available since 2.0
Return to top
Show: