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
'Declaración
<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")> _
<InterfaceTypeAttribute()> _
Public Interface IReferenceInfo
'Uso
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
[<GuidAttribute("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")>]
[<InterfaceTypeAttribute()>]
type IReferenceInfo = interface end
public interface IReferenceInfo