XmlXapResolver 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 類別的新執行個體。 |
屬性
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。 (繼承來源 XmlResolver) |
SupportsType(Uri, Type) |
已淘汰.
讓解析程式傳回 Stream 以外的類型。 (繼承來源 XmlResolver) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |