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:
array<XmlElement^>^ FindAll(
	String^ name,
	String^ ns
)

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: array<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: