XmlResolver.SupportsType(Uri, Type) Método

Definición

Permite que el solucionador devuelva tipos distintos de 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

Parámetros

absoluteUri
Uri

Identificador URI.

type
Type

Tipo que se va a devolver.

Devoluciones

true type es si se admite ; de lo contrario, falsees .

Se aplica a