XmlSecureResolver.GetEntityAsync(Uri, String, 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.
Mapeia de forma assíncrona um URI para um objeto que contém o recurso real.
public:
override System::Threading::Tasks::Task<System::Object ^> ^ GetEntityAsync(Uri ^ absoluteUri, System::String ^ role, Type ^ ofObjectToReturn);
public override System.Threading.Tasks.Task<object> GetEntityAsync (Uri absoluteUri, string? role, Type? ofObjectToReturn);
public override System.Threading.Tasks.Task<object> GetEntityAsync (Uri absoluteUri, string role, Type ofObjectToReturn);
override this.GetEntityAsync : Uri * string * Type -> System.Threading.Tasks.Task<obj>
Public Overrides Function GetEntityAsync (absoluteUri As Uri, role As String, ofObjectToReturn As Type) As Task(Of Object)
Parâmetros
- absoluteUri
- Uri
O URI retornado de ResolveUri(Uri, String).
- role
- String
Não usado no momento.
- ofObjectToReturn
- Type
O tipo de objeto a ser retornado. A versão atual retorna somente objetos Stream.
Retornos
O fluxo retornado ao chamar GetEntity
no XmlResolver subjacente. Se um tipo diferente de Stream for especificado, o método retornará null
.