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

登録するアプリケーション リソース リゾルバー。

属性

適用対象