Skip to content

Commit ee06abb

Browse files
committed
Merged PR 21354: add remarks and links
add remarks and links
1 parent b277258 commit ee06abb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

windows.ui.xaml.markup/xamlmarkuphelper_unloadobject_2060681473.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ public void XamlMarkupHelper.UnloadObject(DependencyObject element)
1010
# Windows.UI.Xaml.Markup.XamlMarkupHelper.UnloadObject
1111

1212
## -description
13-
Unloads an element from the XAML visual tree.
14-
1513

14+
Unloads an element from the XAML visual tree that was loaded by [x:Load](/windows/uwp/xaml-platform/x-load-attribute).
1615

1716
## -parameters
1817

@@ -22,7 +21,12 @@ The element to unload.
2221

2322
## -remarks
2423

24+
This method supports functionality provided by the [x:Load attribute](/windows/uwp/xaml-platform/x-load-attribute). Calling this method with an element that is not marked with the `x:Load` attribute will cause an error.
25+
26+
For more information and examples, see [Unloading elements](/windows/uwp/xaml-platform/x-load-attribute#unloading-elements) in the [x:Load attribute](/windows/uwp/xaml-platform/x-load-attribute) page.
27+
2528
## -see-also
2629

27-
## -examples
30+
[x:Load attribute](/windows/uwp/xaml-platform/x-load-attribute)
2831

32+
## -examples

0 commit comments

Comments
 (0)