XmlUrlResolver.GetEntityAsync(Uri, String, Type) Método

Definição

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 implementação atual retorna apenas objetos Stream.

Retornos

Task<Object>

Um objeto de fluxo ou null se for especificado um tipo diferente de fluxo.

Aplica-se a