IDiscoveryResult Methods

 

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

NameDescription
System_CAPS_pubmethodAddWebReference(Object^, String^)

Call this method to download the files cached by the latest discovery session.

System_CAPS_pubmethodAddWebReferenceTo(Object^, String^, String^)

Adds a reference to an XML Web service that already has a discomap file and was not necessarily discovered.

System_CAPS_pubmethodGetDiscoverySession(IDiscoverySession^)

Returns a pointer to IDiscoverySession.

System_CAPS_pubmethodGetDocumentXml(String^, String^)

Retrieves the XML of the document specified by the URL in the parameter list. This URL can point to SDL, XSD, disco or other file types.

System_CAPS_pubmethodGetRawXml(String^)

Returns the XML of the document specified in DiscoverUrl.

System_CAPS_pubmethodGetReferenceCount(Int32)

Returns the reference count for the XML Web service.

System_CAPS_pubmethodGetReferenceInfo(Int32, IReferenceInfo^)

Returns a pointer to IReferenceInfo that contains information on the XML Web service reference-file types.

System_CAPS_pubmethodGetUrl(String^)

Returns the URL of the XML Web service.

Return to top
Show: