System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled Method

Returns a value indicating whether the specified object is used by the import process when the extensibility element is imported into the XML Web service.

Syntax

public bool IsHandled (object item)

Parameters

item
An object, either of type System.Xml.XmlElement or System.Web.Services.Description.ServiceDescriptionFormatExtension to check for use by the import process.

Returns

true if the item parameter is used; otherwise, false.

Remarks

This method checks whether the item parameter is an System.Xml.XmlElement or a System.Web.Services.Description.ServiceDescriptionFormatExtension (or a derived class) before determining whether it is supported by the XML Web service.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0