Intersoft ClientUI Documentation
GetResourceDictionariesWhere Method (IResourceDictionaryDispenser)



A predicate that returns a value indicating whether to return a ResourceDictionary.
Returns a rotating enumerator of ResourceDictionaries coordinated with the style dispenser object to ensure that no two enumerators are currently on the same one if possible. If the dispenser is reset or its collection is changed then the enumerators will also be reset.
Syntax
Function GetResourceDictionariesWhere( _
   ByVal predicate As Func(Of ResourceDictionary,Boolean) _
) As IEnumerator(Of ResourceDictionary)
Dim instance As IResourceDictionaryDispenser
Dim predicate As Func(Of ResourceDictionary,Boolean)
Dim value As IEnumerator(Of ResourceDictionary)
 
value = instance.GetResourceDictionariesWhere(predicate)

Parameters

predicate
A predicate that returns a value indicating whether to return a ResourceDictionary.

Return Value

An enumerator of ResourceDictionaries.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IResourceDictionaryDispenser Interface
IResourceDictionaryDispenser Members

Send Feedback