Click or drag to resize
GridCreateDomChildWrapper Method

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

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

Parameters

parentRef
Type: SystemObject

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

domElementWhereToPlaceChild
Type: SystemObject

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

Return Value

Type: Object

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

See Also