Version

Implementation Property

Retrieves a reference to the type factories that conceal an interface's actual implementing class.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property Implementation As UIElement.UIElementImplementation
protected virtual UIElement.UIElementImplementation Implementation {get;}

Property Value

A reference to the UIElement.UIElementImplementation which contains methods for getting an implementation to one of the interfaces needed by a UIElement or its subclasses.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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