XmlXapResolver 类

定义

注意

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

XmlXapResolver 类型用于解析 Silverlight 应用程序的 XAP 包中的资源。

public ref class XmlXapResolver : System::Xml::XmlResolver
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class XmlXapResolver : System.Xml.XmlResolver
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type XmlXapResolver = class
    inherit XmlResolver
Public Class XmlXapResolver
Inherits XmlResolver
继承
XmlXapResolver
属性

构造函数

XmlXapResolver()
已过时.

初始化 XmlXapResolver 类的新实例。

属性

Credentials
已过时.

当在派生类中被重写时,设置用于对 Web 请求进行身份验证的凭据。

(继承自 XmlResolver)

方法

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetEntity(Uri, String, Type)
已过时.

将 URI 映射到包含实际资源的对象。

GetEntityAsync(Uri, String, Type)
已过时.

将 URI 异步映射到包含实际资源的对象。

(继承自 XmlResolver)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
RegisterApplicationResourceStreamResolver(IApplicationResourceStreamResolver)
已过时.

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

ResolveUri(Uri, String)
已过时.

当在派生类中被重写时,从基 URI 和相对 URI 解析绝对 URI。

(继承自 XmlResolver)
SupportsType(Uri, Type)
已过时.

使解决程序能够返回 Stream 以外的类型。

(继承自 XmlResolver)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于