IVisualTreeService2 interface (xamlom.h)

Represents additional capabilities of an IVisualTreeService object.

Inheritance

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

Methods

The IVisualTreeService2 interface has these methods.

 
IVisualTreeService2::GetProperty

Gets the effective value of the specified dependency property.
IVisualTreeService2::GetPropertyIndex

Gets the property index for the specified property name.
IVisualTreeService2::RenderTargetBitmap

Returns an image that represents the object described by handle, or returns an error if the object does not have or cannot provide such an image.
IVisualTreeService2::ReplaceResource

Replaces an existing resource with a new one of the same type.

Requirements

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

See also

IVisualTreeService