XmlResolver.SupportsType(Uri, Type) Método

Definición

Permite al objeto Resolver devolver otros tipos además 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 devuelve.

Devoluciones

Boolean

true si se admite el elemento type; en caso contrario, false.

Se aplica a