ResourceSetLoaderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ResourceSetLoader コンストラクタ | 新しい ResourceSetLoader を初期化します。 |
名前 | 解説 | |
---|---|---|
Count | Gets the number of entries in the base System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
DeferrableContent | Gets or sets the deferrable content for this resource dictionary. System.Windows.ResourceDictionaryから継承されます。 | |
InvalidatesImplicitDataTemplateResources | Gets or sets a value that indicates whether the invalidations fired by the System.Windows.ResourceDictionary object cause System.Windows.Controls.ContentPresenter objects to reevaluate their choice of template. The invalidations happen when an implicit data template resource changes. System.Windows.ResourceDictionaryから継承されます。 | |
IsFixedSize | Gets whether this System.Windows.ResourceDictionary is fixed-size. System.Windows.ResourceDictionaryから継承されます。 | |
IsReadOnly | Gets whether this System.Windows.ResourceDictionary is read-only. System.Windows.ResourceDictionaryから継承されます。 | |
Item | Gets or sets the value associated with the given key. System.Windows.ResourceDictionaryから継承されます。 | |
Keys | Gets a collection of all keys contained in this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
Locator | クローンするためのリソースを含むディクショナリを取得または設定します。 | |
MergedDictionaries | Gets a collection of the System.Windows.ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. System.Windows.ResourceDictionaryから継承されます。 | |
Source | Gets or sets the uniform resource identifier (URI) to load resources from. System.Windows.ResourceDictionaryから継承されます。 | |
Values | Gets a collection of all values associated with keys contained in this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds a resource by key to this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
BeginInit | 辞書の初期化を開始します。 | |
Clear | Clears all keys (and values) in the base System.Windows.ResourceDictionary. This does not clear any merged dictionary items. System.Windows.ResourceDictionaryから継承されます。 | |
Contains | Determines whether the System.Windows.ResourceDictionary contains an element with the specified key. System.Windows.ResourceDictionaryから継承されます。 | |
CopyTo | Copies the System.Windows.ResourceDictionary elements to a one-dimensional System.Collections.DictionaryEntry at the specified index. System.Windows.ResourceDictionaryから継承されます。 | |
EndInit | 辞書の初期化を終了します。 | |
FindName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 | |
GetEnumerator | Returns an System.Collections.IDictionaryEnumerator that can be used to iterate through the System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
RegisterName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 | |
Remove | Removes the entry with the specified key from the base dictionary. System.Windows.ResourceDictionaryから継承されます。 | |
UnregisterName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 |
名前 | 解説 | |
---|---|---|
OnGettingValue | Occurs when the System.Windows.ResourceDictionary receives a request for a resource. System.Windows.ResourceDictionaryから継承されます。 |