Click or drag to resize
UIElementCreateDomElement Method
When overriden, creates the dom elements designed to represent an instance of an UIElement and defines the place where its child(ren) will be added.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public abstract Object CreateDomElement(
	Object parentRef,
	out Object domElementWhereToPlaceChildren
)

Parameters

parentRef
Type: SystemObject
The parent of the UIElement
domElementWhereToPlaceChildren
Type: SystemObject
The dom element where the UIElement's children will be added.

Return Value

Type: Object
The "root" dom element of the UIElement.
See Also