Condividi tramite


ResourceDictionary Classe

Definizione

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

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
Ereditarietà
ResourceDictionary
Implementazioni

Costruttori

ResourceDictionary()

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

Proprietà

Count

Numero di voci in ResourceDictionary.

Item[String]

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

Keys

Raccolta di identificatori string che sono chiavi in ResourceDictionary.

MergedDictionaries

Ottiene la raccolta di dizionari che sono stati uniti nel dizionario corrente.

Source

Ottiene o imposta l'URI del dizionario risorse unito.

Values

Recupera i valori di ResourceDictionary.

Metodi

Add(ResourceDictionary)

Aggiunge mergedResourceDictionary ai dizionari uniti nel dizionario risorse this.

Add(String, Object)

Aggiunge key e value a ResourceDictionary come coppia chiave/valore.

Add(Style)

Aggiunge uno stile implicito a ResourceDictionary.

Add(StyleSheet)

Aggiunge styleSheet all'elenco this di fogli di stile del dizionario risorse.

Clear()

Svuota ResourceDictionary.

ContainsKey(String)

Determina se ResourceDictionary contiene una coppia chiave/valore identificata da key.

GetEnumerator()

Restituisce un elemento IEnumerator<T> di KeyValuePair<TKey,TValue> appartenente a ResourceDictionary.

Remove(String)

Rimuove la chiave e il valore identificati tramite key da ResourceDictionary.

SetAndCreateSource<T>(Uri)

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

SetAndLoadSource(Uri, String, Assembly, IXmlLineInfo)

Per l'uso interno della piattaforma Microsoft.Maui.Controls.

TryGetValue(String, Object)

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

Implementazioni dell'interfaccia esplicita

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

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

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

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

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

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

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

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

IEnumerable.GetEnumerator()

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

IResourceDictionary.ValuesChanged

Elemento IDictionary che esegue il mapping di stringhe dell'identificatore a oggetti di risorse arbitrari.

Si applica a