Partager via


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

Définition

Mappe de façon asynchrone un URI vers un objet contenant la ressource réelle.

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)

Paramètres

absoluteUri
Uri

URI retourné par ResolveUri(Uri, String).

role
String

Pas utilisé pour l’instant.

ofObjectToReturn
Type

Type d'objet à retourner. L'implémentation actuelle ne retourne que des objets Stream.

Retours

Task<Object>

Objet de flux ou null si un type autre que stream est spécifié.

S’applique à