IDiscoveryClientResult Interface

A single result from a Web service discovery search. Member of a IDiscoveryClientResultCollection.

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

Syntax

'Declaration
<GuidAttribute("FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")> _
<InterfaceTypeAttribute()> _
Public Interface IDiscoveryClientResult
[GuidAttribute("FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")]
[InterfaceTypeAttribute()]
public interface IDiscoveryClientResult
[GuidAttribute(L"FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")]
[InterfaceTypeAttribute()]
public interface class IDiscoveryClientResult
[<GuidAttribute("FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")>]
[<InterfaceTypeAttribute()>]
type IDiscoveryClientResult =  interface end
public interface IDiscoveryClientResult

The IDiscoveryClientResult type exposes the following members.

Methods

  Name Description
Public method GetFileName Returns the filename of the discovery document.
Public method GetReferenceTypeName Returns the type of a referenced document in a Web discovery document.
Public method GetUrl Returns the URL of the referenced document in the discovery document.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace