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.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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:
ObjectThe "root" dom element of the UIElement.
See Also