XmlUrlResolver.GetEntityAsync(Uri, String, Type) Metodo

Definizione

Esegue in modo asincrono il mapping di un URI a un oggetto contenente la risorsa effettiva.

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)

Parametri

absoluteUri
Uri

URI restituito da ResolveUri(Uri, String).

role
String

Attualmente non usato.

ofObjectToReturn
Type

Tipo di oggetto da restituire. L'implementazione corrente restituisce soltanto oggetti Stream.

Restituisce

Task<Object>

Oggetto flusso o null se viene specificato un tipo diverso dal flusso.

Si applica a