ServiceDescriptionFormatExtensionCollection::FindAll Method

 

Searches the ServiceDescriptionFormatExtensionCollection for all members of the collection specified by the parameter passed in.

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

NameDescription
System_CAPS_pubmethodFindAll(String^, String^)

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

System_CAPS_pubmethodFindAll(Type^)

Searches the ServiceDescriptionFormatExtensionCollection and returns an array of all elements of the specified Type.

Return to top
Show: