ServiceDescriptionFormatExtensionCollection.FindAll Method (String, String)

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public Function FindAll (
	name As String,
	ns As String
) As XmlElement()

Parameters

name
Type: System.String

The XML name attribute of the XmlElement objects to be found.

ns
Type: System.String

The XML namespace URI attribute of the XmlElement objects to be found.

Return Value

Type: System.Xml.XmlElement()

An array of XmlElement instances.

System_CAPS_noteNote

The array returned is empty if the search is unsuccessful.

.NET Framework
Available since 1.1
Return to top
Show: