Click or drag to resize
UIElementCreateDomChildWrapper Method
When overriden, creates a dom wrapper for each child that is added to the UIElement.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public virtual Object CreateDomChildWrapper(
	Object parentRef,
	out Object domElementWhereToPlaceChild
)

Parameters

parentRef
Type: SystemObject

[Missing <param name="parentRef"/> documentation for "M:Windows.UI.Xaml.UIElement.CreateDomChildWrapper(System.Object,System.Object@)"]

domElementWhereToPlaceChild
Type: SystemObject

[Missing <param name="domElementWhereToPlaceChild"/> documentation for "M:Windows.UI.Xaml.UIElement.CreateDomChildWrapper(System.Object,System.Object@)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Windows.UI.Xaml.UIElement.CreateDomChildWrapper(System.Object,System.Object@)"]

See Also