共用方式為


XamlObjectReaderSettings 類別

定義

指定 XamlObjectReader 的處理規則或選項設定。

public ref class XamlObjectReaderSettings : System::Xaml::XamlReaderSettings
public class XamlObjectReaderSettings : System.Xaml.XamlReaderSettings
type XamlObjectReaderSettings = class
    inherit XamlReaderSettings
Public Class XamlObjectReaderSettings
Inherits XamlReaderSettings
繼承
XamlObjectReaderSettings

建構函式

XamlObjectReaderSettings()

初始化 XamlObjectReaderSettings 類別的新執行個體。

屬性

AllowProtectedMembersOnRoot

取得或設定值,這個值表示在報告 XAML 型別表示時,根物件是否可以包含具有受保護程式碼存取模型的成員。

(繼承來源 XamlReaderSettings)
BaseUri

取得或設定用來解析相對路徑的基底 URI。

(繼承來源 XamlReaderSettings)
IgnoreUidsOnPropertyElements

取得或設定值,這個值指定 XAML 讀取器是否應該忽略存在於屬性 (Property) 項目中的 x:Uid 屬性 (Attribute) 值。

(繼承來源 XamlReaderSettings)
LocalAssembly

取得或設定物件,這個物件表示目前要處理的本機組件。 這項組件資訊會用於呼叫 Helper API,例如 GetAllMembers()

(繼承來源 XamlReaderSettings)
ProvideLineInfo

取得或設定值,這個值指定讀取器是否可以提供行號和位置。

(繼承來源 XamlReaderSettings)
RequireExplicitContentVisibility

取得或設定值,這個值決定針對內容 (Context) 使用相關聯 XamlObjectReader 的寫入器,是否應該明確使用設計工具設定來寫入內容 (Content)。

ValuesMustBeString

取得或設定值,這個值指定讀取器是否強制將所有 Value 節點視為 String 型別來處理。

(繼承來源 XamlReaderSettings)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於