System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll Method

Searches the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection and returns an array of all members with the specified name and namespace URI.

Syntax

public System.Xml.XmlElement[] FindAll (string name, string ns)

Parameters

name
The XML name attribute of the System.Xml.XmlElement objects to be found.
ns
The XML namespace URI attribute of the System.Xml.XmlElement objects to be found.

Returns

An array of System.Xml.XmlElement instances.

Remarks

Note:

The array returned is empty if the search is unsuccessful.

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