ISchemaResolver 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.
This interface provides a way for the generated serializers to resolve a schema target namespace. Given an XML file using a particular target namespace, it is important to find the schemas that define the namespace, so the generated serializers can do schema validations properly.
public interface class ISchemaResolver
public interface ISchemaResolver
type ISchemaResolver = interface
Public Interface ISchemaResolver
- Derived
Methods
ResolveSchema(String) |
This method takes a target namespace string and returns a collection of schema files that define the namespace. |