ModelingSchemaResolver Class
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.
An implementation of ISchemaResolver that resolves schema target namespace to a collection of schemas that define the namespace.
public ref class ModelingSchemaResolver sealed : Microsoft::VisualStudio::Modeling::ISchemaResolver
public sealed class ModelingSchemaResolver : Microsoft.VisualStudio.Modeling.ISchemaResolver
type ModelingSchemaResolver = class
interface ISchemaResolver
Public NotInheritable Class ModelingSchemaResolver
Implements ISchemaResolver
- Inheritance
-
ModelingSchemaResolver
- Implements
Constructors
ModelingSchemaResolver(IServiceProvider) |
Constructor |
Methods
ResolveSchema(String) |
This method takes a target namespace string and returns a collection of schema files that define the namespace. |