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.
- item
- An object, either of type System.Xml.XmlElement or System.Web.Services.Description.ServiceDescriptionFormatExtension to check for use by the import process.
true if the item parameter is used; otherwise, false.
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.