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() |
ResourceDictionary を空にします。 |
ContainsKey(String) |
|
GetEnumerator() |
ResourceDictionary の KeyValuePair<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。 |
適用対象
.NET MAUI