Share via


ISchemaResolver.ResolveSchema(String) Method

Definition

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.

Applies to