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
'Usage
Dim instance As IReferenceInfo
[GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[InterfaceTypeAttribute()]
public interface IReferenceInfo
[GuidAttribute(L"B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[InterfaceTypeAttribute()]
public interface class IReferenceInfo
public interface IReferenceInfo

See Also

Reference

IReferenceInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace