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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")> _
Public Interface IDiscoveryClientResultCollection
‘사용 방법
Dim instance As 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

Remarks

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

See Also

Reference

IDiscoveryClientResultCollection Members

Microsoft.VisualStudio.Shell.Interop Namespace