ServiceDescriptionBaseCollection.SetParent(Object, Object) Method

Definition

Sets the parent object of the ServiceDescriptionBaseCollection instance.

protected:
 virtual void SetParent(System::Object ^ value, System::Object ^ parent);
protected virtual void SetParent (object value, object parent);
abstract member SetParent : obj * obj -> unit
override this.SetParent : obj * obj -> unit
Protected Overridable Sub SetParent (value As Object, parent As Object)

Parameters

value
Object

The object for which to set the parent object.

parent
Object

The object to set as the parent.

Remarks

The default implementation of this method is intended to be overridden by a derived class to set a parent of an appropriate class, based upon the Web Services Description Language (WSDL) specification. The default implementation performs no action. This protected method is accessible only through this class or a derived class.

Applies to