ResourceDictionary 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將識別碼字串對應至任意資源物件的 IDictionary。
public ref class ResourceDictionary : Microsoft::Maui::Controls::Internals::IResourceDictionary, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public class ResourceDictionary : Microsoft.Maui.Controls.Internals.IResourceDictionary, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type ResourceDictionary = class
interface IResourceDictionary
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
Public Class ResourceDictionary
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), IResourceDictionary
- 繼承
-
ResourceDictionary
- 實作
-
IResourceDictionary ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable
建構函式
ResourceDictionary() |
將識別碼字串對應至任意資源物件的 IDictionary。 |
屬性
Count |
ResourceDictionary 中的項目數。 |
Item[String] |
將識別碼字串對應至任意資源物件的 IDictionary。 |
Keys |
在 ResourceDictionary 中為索引鍵的識別碼 |
MergedDictionaries |
取得合併到這個字典的字典集合。 |
Source |
取得或設定已合併資源字典的 URI。 |
Values |
擷取 ResourceDictionary 的值。 |
方法
Add(ResourceDictionary) |
將 |
Add(String, Object) |
將 |
Add(Style) |
將隱含樣式新增至 ResourceDictionary。 |
Add(StyleSheet) |
新增 |
Clear() | |
ContainsKey(String) |
ResourceDictionary 是否包含 |
GetEnumerator() |
傳回 ResourceDictionaryKeyValuePair<TKey,TValue> 的 IEnumerator<T>。 |
Remove(String) |
從 ResourceDictionary 移除由 |
SetAndCreateSource<T>(Uri) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
SetAndLoadSource(Uri, String, Assembly, IXmlLineInfo) |
供 Microsoft.Maui.Controls 平台內部使用。 |
TryGetValue(String, Object) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
明確介面實作
ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
ICollection<KeyValuePair<String,Object>>.IsReadOnly |
將識別碼字串對應至任意資源物件的 IDictionary。 |
ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>) |
將識別碼字串對應至任意資源物件的 IDictionary。 |
IEnumerable.GetEnumerator() |
將識別碼字串對應至任意資源物件的 IDictionary。 |
IResourceDictionary.ValuesChanged |
將識別碼字串對應至任意資源物件的 IDictionary。 |