Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IDiscoverUrlCallBack
[InterfaceTypeAttribute()]
[GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
public interface IDiscoverUrlCallBack
[InterfaceTypeAttribute()]
[GuidAttribute(L"0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
public interface class IDiscoverUrlCallBack
public interface IDiscoverUrlCallBack
Remarks
For more information about Web service discovery, see XML Web Service Discovery.