IReferenceInfo Interface

 

Provides information about a result from an XML Web service discovery session. Use the GetReferenceInfo method of the IDiscoveryResult interface to get an instance of this interface.

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

[GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[InterfaceTypeAttribute(1)]
public interface IReferenceInfo

NameDescription
System_CAPS_pubmethodGetNodeType(DiscoveryNodeType[])

Returns the type of node, the kind of information, for the discovery result.

System_CAPS_pubmethodGetUrl(String)

Gets the URL of the document.

Return to top
Show: