ResourceDictionary クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
識別子文字列を任意のリソース オブジェクトにマップする IDictionary。
public class ResourceDictionary : 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>>, Xamarin.Forms.Internals.IResourceDictionary
type ResourceDictionary = class
interface IResourceDictionary
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
- 継承
-
System.ObjectResourceDictionary
- 実装
-
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IDictionary<System.String,System.Object> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IEnumerable<T> System.Collections.IEnumerable IResourceDictionary
コンストラクター
ResourceDictionary() |
空の ResourceDictionary オブジェクトを新規作成します。 |
プロパティ
Count |
ResourceDictionary 内のエントリの数。 |
Item[String] |
キー |
Keys |
ResourceDictionary 内のキーである識別子 |
MergedDictionaries |
このディクショナリにマージされたディクショナリのコレクションを取得します。 |
MergedWith |
古い.
リソース ディクショナリのマージ先となるオブジェクトの種類を取得または設定します。 |
Source |
マージされたリソース ディクショナリの URI を取得または設定します。 |
Values |
ResourceDictionary の値を取得します。 |
メソッド
Add(ResourceDictionary) |
|
Add(String, Object) |
|
Add(Style) |
ResourceDictionary に暗黙的なスタイルを追加します。 |
Add(StyleSheet) |
|
Clear() |
ResourceDictionary を空にします。 |
ContainsKey(String) |
|
GetEnumerator() |
ResourceDictionary の System.Collections.Generic.KeyValuePair`2 の System.Collections.Generic.IEnumerator`1 を返します。 |
Remove(String) |
ResourceDictionary から、 |
SetAndLoadSource(Uri, String, Assembly, IXmlLineInfo) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
TryGetValue(String, Object) |
識別子文字列を任意のリソース オブジェクトにマップする IDictionary。 |
明示的なインターフェイスの実装
ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>) |
項目をコレクションに追加します。 |
ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>) |
|
ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
ICollection<KeyValuePair<String,Object>>.IsReadOnly |
リソース ディクショナリが読み取り専用かどうかを示す値を取得します。 |
ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IEnumerable.GetEnumerator() |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IResourceDictionary.ValuesChanged |
識別子文字列を任意のリソース オブジェクトにマップする IDictionary。 |
拡張メソッド
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |