IDiscoveryClientResultCollection Interface

 

A collection of results, IDiscoveryClientResult interfaces, from a Web service discovery search.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")]
public interface IDiscoveryClientResultCollection

NameDescription
System_CAPS_pubmethodGetResult(Int32, IDiscoveryClientResult)

Returns a single Web discovery result.

System_CAPS_pubmethodGetResultCount(Int32)

Returns the number of results in the collection of discovery results.

For more information about Web service discovery, see .da0e1399-aacc-4103-b1da-dc33a54f769f

Return to top
Show: