Share via


XmlXapResolver.RegisterApplicationResourceStreamResolver Método

Definición

Precaución

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

Registra una resolución de secuencias de recursos para la aplicación.

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)

Parámetros

appStreamResolver
IApplicationResourceStreamResolver

Un interpretador de recursos de aplicación para registrar.

Atributos

Se aplica a