ResourceDictionary Properties

ResourceDictionary Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ResourceDictionary type exposes the following members.

  NameDescription
Public property Count Gets the number of elements contained in the collection.
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property IsFixedSize Gets a value indicating whether the ResourceDictionary has a fixed size.
Public property IsReadOnly Gets a value indicating whether the collection is read-only.
Public property Item Gets the element at the specified index.
Public property Keys Gets an ICollection object containing the keys of the ResourceDictionary.
Public property MergedDictionaries Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.
Public property Source Gets or sets a URI that provides the source location of a merged resource dictionary.
Public property Values Gets an ICollection object containing the values of the ResourceDictionary.
Top

  NameDescription
Explicit interface implemetation Private property ICollection(Of KeyValuePair(Of Object, Object)).Count Infrastructure. For a description of this member, see Count.
Explicit interface implemetation Private property ICollection(Of KeyValuePair(Of Object, Object)).IsReadOnly Infrastructure. For a description of this member, see IsReadOnly.
Explicit interface implemetation Private property ICollection.IsSynchronized Infrastructure. For a description of this member, see IsSynchronized.
Explicit interface implemetation Private property ICollection.SyncRoot Infrastructure. For a description of this member, see SyncRoot.
Explicit interface implemetation Private property IDictionary(Of Object, Object).Item Infrastructure. For a description of this member, see Item.
Explicit interface implemetation Private property IDictionary(Of Object, Object).Keys Infrastructure. For a description of this member, see Keys.
Explicit interface implemetation Private property IDictionary(Of Object, Object).Values Infrastructure. For a description of this member, see Values.
Top

Show:
© 2017 Microsoft