Returns the HTML Div that is associated to the specified FrameworkElement.
Note: the FrameworkElement must be in the visual tree. Consider calling this
method from the 'Loaded' event to ensure that the element is in the visual tree.
Namespace: CSHTML5Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static Object GetDiv(
FrameworkElement frameworkElement
)
Parameters
- frameworkElement
- Type: Windows.UI.XamlFrameworkElement
[Missing <param name="frameworkElement"/> documentation for "M:CSHTML5.Interop.GetDiv(Windows.UI.Xaml.FrameworkElement)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:CSHTML5.Interop.GetDiv(Windows.UI.Xaml.FrameworkElement)"]
See Also