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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")> _
Public Interface IDiscoverUrlCallBack
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")>]
type IDiscoverUrlCallBack =  interface end
public interface IDiscoverUrlCallBack

Remarks

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

See Also

Reference

IDiscoverUrlCallBack Members

Microsoft.VisualStudio.Shell.Interop Namespace