ISchemaReferenceInfo 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.
Returns the target namespace of an XML schema found as the result of a Web service discovery search. You can find the type of document with the IReferenceInfo interface and then use ISchemaReferenceInfo if appropriate.
public interface class ISchemaReferenceInfo
public interface class ISchemaReferenceInfo
__interface ISchemaReferenceInfo
[System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISchemaReferenceInfo
[System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISchemaReferenceInfo
[<System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISchemaReferenceInfo = interface
[<System.Runtime.InteropServices.Guid("B9A32C92-B14D-4AE3-A955-5CBC3E75FCA8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISchemaReferenceInfo = interface
Public Interface ISchemaReferenceInfo
- Attributes
Remarks
For more information about Web service discovery, see IDiscoveryResult2.
Methods
GetTargetNamespace(String) |
Retrieves the namespace of the discovered schema. |