IApplicationResourceStreamResolver.GetApplicationResourceStream(Uri) 메서드

정의

주의

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

지정된 URI에서 애플리케이션 리소스 스트림을 반환합니다.

public:
 System::IO::Stream ^ GetApplicationResourceStream(Uri ^ relativeUri);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.IO.Stream GetApplicationResourceStream (Uri relativeUri);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
abstract member GetApplicationResourceStream : Uri -> System.IO.Stream
Public Function GetApplicationResourceStream (relativeUri As Uri) As Stream

매개 변수

relativeUri
Uri

상대 URI입니다.

반환

Stream

애플리케이션 리소스 스트림입니다.

특성

적용 대상