IApplicationResourceStreamResolver 接口

定义

注意

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

表示应用程序资源流解析程序。

public interface class IApplicationResourceStreamResolver
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface IApplicationResourceStreamResolver
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type IApplicationResourceStreamResolver = interface
Public Interface IApplicationResourceStreamResolver
属性

方法

GetApplicationResourceStream(Uri)
已过时。

从指定的 URI 返回应用程序资源流。

适用于