IDiscoverySession Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CancelDiscoverUrl(Int32) | Use this method to cancel the discovery process. The process will be ignored, but the thread itself will not be destroyed. |
![]() | DiscoverUrl(String^, IDiscoveryResult^) | Returns a pointer to IDiscoveryResult. |
![]() | DiscoverUrlAsync(String^, IDiscoverUrlCallBack^, Int32) | Returns the discovery result after the file is downloaded. |
![]() | GetDiscoverError(Int32) | Retrieves the exception if NotifyDiscoverComplete method takes in cookie = null. |
![]() | UpdateWebReference(Object^, String^, String^) | Discovers an XML Web service and then adds a reference to it. |
Show:
