IReferenceInfo Interface

Definition

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

public interface class IReferenceInfo
public interface class IReferenceInfo
__interface IReferenceInfo
[System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IReferenceInfo
[System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IReferenceInfo
[<System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IReferenceInfo = interface
[<System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IReferenceInfo = interface
Public Interface IReferenceInfo
Attributes

Methods

GetNodeType(DiscoveryNodeType[])

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

GetUrl(String)

Gets the URL of the document.

Applies to