IResourceDictionary Interfaccia

Definizione

public interface class IResourceDictionary : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface IResourceDictionary : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IResourceDictionary = interface
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IResourceDictionary
Implements IEnumerable(Of KeyValuePair(Of String, Object))
Derivato
Implementazioni

Metodi

Nome Descrizione
TryGetValue(String, Object)

Eventi

Nome Descrizione
ValuesChanged

Si applica a