Partilhar via


Interface IDiscoveryClientResultCollection

 

Uma coleção de resultados, IDiscoveryClientResult interfaces, a partir de uma pesquisa de detecção de serviço da Web.

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

Sintaxe

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

Métodos

Nome Descrição
System_CAPS_pubmethod GetResult(Int32, IDiscoveryClientResult)

Retorna um único resultado de descoberta da Web.

System_CAPS_pubmethod GetResultCount(Int32)

Retorna o número de resultados na coleção de resultados da detecção.

Comentários

Para obter mais informações sobre a descoberta de serviço da Web, consulte XML Web Service Discovery.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo