IDiscoverUrlCallBack Interface
Specifies the interface to use when a Web service discovery finishes. Typically used to notify the shell after an asynchronous search.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")> _
Public Interface IDiscoverUrlCallBack
[InterfaceTypeAttribute()]
[GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
public interface IDiscoverUrlCallBack
[InterfaceTypeAttribute()]
[GuidAttribute(L"0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
public interface class IDiscoverUrlCallBack
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")>]
type IDiscoverUrlCallBack = interface end
public interface IDiscoverUrlCallBack
The IDiscoverUrlCallBack type exposes the following members.
Methods
Name | Description | |
---|---|---|
NotifyDiscoverComplete | Establish the interface to use when a Web service discovery finishes. |
Top
Remarks
For more information about Web service discovery, see XML Web Service Discovery.