ISchemaResolver.ResolveSchema(String) Method
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 method takes a target namespace string and returns a collection of schema files that define the namespace.
public:
System::Collections::Generic::IList<System::String ^> ^ ResolveSchema(System::String ^ targetNamespace);
public System.Collections.Generic.IList<string> ResolveSchema (string targetNamespace);
abstract member ResolveSchema : string -> System.Collections.Generic.IList<string>
Public Function ResolveSchema (targetNamespace As String) As IList(Of String)
Parameters
- targetNamespace
- String
Target namespace to resolve.
Returns
A list of file paths of schemas that define the given target namespace, null or empty list if the given target namespace cannot be resolved.