IVisualTreeService3 interface (xamlom.h)

Represents additional capabilities of an IVisualTreeService2 object.

Inheritance

The IVisualTreeService3 interface inherits from IVisualTreeService2. IVisualTreeService3 also has these types of members:

Methods

The IVisualTreeService3 interface has these methods.

 
IVisualTreeService3::AddDictionaryItem

Adds an item to a ResourceDictionary, and re-resolves all elements in the tree that reference a resource with the specified key.
IVisualTreeService3::GetDictionaryItem

Gets an item from a ResourceDictionary.
IVisualTreeService3::RemoveDictionaryItem

Removes an item from a ResourceDictionary, and re-resolves all elements in the tree that reference a resource with the specified key.
IVisualTreeService3::ResolveResource

Resolves a resource for an element in the tree and applies the resource to the property provided by the specified property index.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header xamlom.h

See also

IVisualTreeService2