ServiceDescriptionBaseCollection::OnSet Method (Int32, Object^, Object^)
.NET Framework (current version)
Replaces one value with another within the ServiceDescriptionBaseCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index where the oldValue parameter can be found.
- oldValue
-
Type:
System::Object^
The object to replace with the newValue parameter.
- newValue
-
Type:
System::Object^
The object that replaces the oldValue parameter.
The default implementation of this method is intended to be overridden to perform additional processes, such as validation, when setting the value of an element in the collection. This protected method is accessible only through this class or a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: