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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")> _
Public Interface IDiscoveryClientResultCollection
[InterfaceTypeAttribute()]
[GuidAttribute("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")]
public interface IDiscoveryClientResultCollection
[InterfaceTypeAttribute()]
[GuidAttribute(L"BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")]
public interface class IDiscoveryClientResultCollection
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")>]
type IDiscoveryClientResultCollection =  interface end
public interface IDiscoveryClientResultCollection

The IDiscoveryClientResultCollection type exposes the following members.

Methods

  Name Description
Public method GetResult Returns a single Web discovery result.
Public method GetResultCount Returns the number of results in the collection of discovery results.

Top

Remarks

For more information about Web service discovery, see XML Web Service Discovery.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace