XmlPreloadedResolver.SupportsType(Uri, Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- absoluteUri
- Uri
O URI absoluto a verificar.
Retornos
true
se houver suporte para o Type; caso contrário, false
.
Exceções
uri
é null
.