XmlPreloadedResolver.SupportsType(Uri, Type) Method

Definition

Determines whether the resolver supports other Types than just Stream.

public:
 override bool SupportsType(Uri ^ absoluteUri, Type ^ type);
public override bool SupportsType (Uri absoluteUri, Type? type);
public override bool SupportsType (Uri absoluteUri, Type type);
override this.SupportsType : Uri * Type -> bool
Public Overrides Function SupportsType (absoluteUri As Uri, type As Type) As Boolean

Parameters

absoluteUri
Uri

The absolute URI to check.

type
Type

The Type to return.

Returns

true if the Type is supported; otherwise, false.

Exceptions

uri is null.

Applies to