ResourceDictionary.Values Property
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.
Retrieves the values of the ResourceDictionary.
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Property Value
System.Collections.Generic.ICollection<System.Object>
Implements
System.Collections.Generic.IDictionary`2.Values