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)

Syntax

'Declaration
<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")> _
<InterfaceTypeAttribute()> _
Public Interface IReferenceInfo
[GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[InterfaceTypeAttribute()]
public interface IReferenceInfo
[GuidAttribute(L"B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[InterfaceTypeAttribute()]
public interface class IReferenceInfo
[<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")>]
[<InterfaceTypeAttribute()>]
type IReferenceInfo =  interface end
public interface IReferenceInfo

The IReferenceInfo type exposes the following members.

Methods

  Name Description
Public method GetNodeType Returns the type of node, the kind of information, for the discovery result.
Public method GetUrl Gets the URL of the document.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace