XmlXapResolver.RegisterApplicationResourceStreamResolver 方法

定义

注意

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

为应用程序注册资源流解析器。

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)

参数

appStreamResolver
IApplicationResourceStreamResolver

注册应用程序资源解析器。

属性

适用于