XmlXapResolver.RegisterApplicationResourceStreamResolver Metodo

Definizione

Attenzione

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Registra un resolver del flusso di risorse per l'applicazione.

public:
 static void RegisterApplicationResourceStreamResolver(System::Xml::IApplicationResourceStreamResolver ^ appStreamResolver);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterApplicationResourceStreamResolver (System.Xml.IApplicationResourceStreamResolver appStreamResolver);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member RegisterApplicationResourceStreamResolver : System.Xml.IApplicationResourceStreamResolver -> unit
Public Shared Sub RegisterApplicationResourceStreamResolver (appStreamResolver As IApplicationResourceStreamResolver)

Parametri

appStreamResolver
IApplicationResourceStreamResolver

Resolver di risorse dell'applicazione da registrare.

Attributi

Si applica a