ResourceDictionary 클래스

정의

식별자 문자열을 임의의 리소스 개체에 매핑하는 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
구현

생성자

ResourceDictionary()

식별자 문자열을 임의의 리소스 개체에 매핑하는 IDictionary입니다.

속성

Count

ResourceDictionary에 있는 항목 수입니다.

Item[String]

식별자 문자열을 임의의 리소스 개체에 매핑하는 IDictionary입니다.

Keys

ResourceDictionary에 있는 키인 식별자 string의 컬렉션입니다.

MergedDictionaries

이 사전으로 병합된 사전의 컬렉션을 가져옵니다.

Source

병합된 리소스 사전의 URI를 가져오거나 설정합니다.

Values

ResourceDictionary의 값을 검색합니다.

메서드

Add(ResourceDictionary)

this 리소스 사전의 병합된 사전에 mergedResourceDictionary를 추가합니다.

Add(String, Object)

키-값 쌍으로 ResourceDictionarykeyvalue를 추가합니다.

Add(Style)

ResourceDictionary에 암시적 스타일을 추가합니다.

Add(StyleSheet)

this 리소스 사전의 스타일시트 목록에 를 추가 styleSheet 합니다.

Clear()

ResourceDictionary를 비웁니다.

ContainsKey(String)

ResourceDictionarykey로 식별되는 키-값 쌍을 포함하는지 여부입니다.

GetEnumerator()

ResourceDictionaryKeyValuePair<TKey,TValue>IEnumerator<T>를 반환합니다.

Remove(String)

ResourceDictionary에서 key로 식별된 키 및 값을 제거합니다.

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입니다.

적용 대상