ResourceDictionaryCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of XAML resource dictionaries.
public sealed class ResourceDictionaryCollection : System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IReadOnlyCollection<string>
type ResourceDictionaryCollection = class
interface IReadOnlyCollection<string>
interface seq<string>
interface IEnumerable
Public NotInheritable Class ResourceDictionaryCollection
Implements IEnumerable(Of String), IReadOnlyCollection(Of String)
- Inheritance
-
ResourceDictionaryCollection
- Implements
Properties
| Count | Gets the number of elements in the collection. |
Methods
| AddEmbeddedResource(String) |
Adds the embedded resource text file named |
| AddXamlString(String) |
Adds a xaml string to this list. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() | Returns an enumerator that iterates through a collection. |