XmlResolver.SupportsType(Uri, Type) Metodo

Definizione

Consente al resolver di restituire tipi diversi da Stream.

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

Parametri

absoluteUri
Uri

URI.

type
Type

Tipo da restituire.

Restituisce

Boolean

true e type è supportato; in caso contrario, false.

Si applica a