Udostępnij za pośrednictwem


ResourceDictionary Klasa

Definicja

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

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
Dziedziczenie
ResourceDictionary
Implementuje

Konstruktory

ResourceDictionary()

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

Właściwości

Count

Liczba wpisów w elemecie ResourceDictionary.

Item[String]

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

Keys

Kolekcja identyfikatorów string, które są kluczami w elemecie ResourceDictionary.

MergedDictionaries

Pobiera kolekcję słowników, które zostały scalone w tym słowniku.

Source

Pobiera lub ustawia identyfikator URI scalonego słownika zasobów.

Values

Pobiera wartości elementu ResourceDictionary.

Metody

Add(ResourceDictionary)

Dodaj mergedResourceDictionary do scalonych słowników w this słowniku zasobów.

Add(String, Object)

Dodaje key i value do ResourceDictionary pary klucz-wartość.

Add(Style)

Dodaje niejawny styl do elementu ResourceDictionary.

Add(StyleSheet)

Dodaje styleSheet do this listy arkuszy stylów słownika zasobów.

Clear()

Opróżnia element ResourceDictionary.

ContainsKey(String)

Czy element ResourceDictionary zawiera parę klucz-wartość zidentyfikowaną przez keyelement .

GetEnumerator()

Zwraca wartość IEnumerator<T>ResourceDictionarytypu "s KeyValuePair<TKey,TValue>".

Remove(String)

Usuwa klucz i wartość zidentyfikowaną przez key element z elementu ResourceDictionary.

SetAndCreateSource<T>(Uri)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

SetAndLoadSource(Uri, String, Assembly, IXmlLineInfo)

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

TryGetValue(String, Object)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

Jawne implementacje interfejsu

ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>)

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

IEnumerable.GetEnumerator()

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

IResourceDictionary.ValuesChanged

IDictionary, który mapuje ciągi identyfikatorów na dowolne obiekty zasobów.

Dotyczy