IReferenceInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |