IDiscoverySession Methods

 

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

NameDescription
System_CAPS_pubmethodCancelDiscoverUrl(Int32)

Use this method to cancel the discovery process. The process will be ignored, but the thread itself will not be destroyed.

System_CAPS_pubmethodDiscoverUrl(String^, IDiscoveryResult^)

Returns a pointer to IDiscoveryResult.

System_CAPS_pubmethodDiscoverUrlAsync(String^, IDiscoverUrlCallBack^, Int32)

Returns the discovery result after the file is downloaded.

System_CAPS_pubmethodGetDiscoverError(Int32)

Retrieves the exception if NotifyDiscoverComplete method takes in cookie = null.

System_CAPS_pubmethodUpdateWebReference(Object^, String^, String^)

Discovers an XML Web service and then adds a reference to it.

Return to top
Show: