다음을 통해 공유


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

등록할 애플리케이션 리소스 확인자입니다.

특성

적용 대상