ServiceDescriptionFormatExtensionCollection::Find Method

 

Searches the ServiceDescriptionFormatExtensionCollection and returns the first member 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_pubmethodFind(String^, String^)

Searches the ServiceDescriptionFormatExtensionCollection for a member with the specified name and namespace URI.

System_CAPS_pubmethodFind(Type^)

Searches the ServiceDescriptionFormatExtensionCollection and returns the first element of the specified derived Type.

Return to top
Show: