Skip to content

Commit b1d578b

Browse files
committed
Merged PR 21403: fix formatting issues
fix formatting issues
1 parent ee06abb commit b1d578b

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

windows.ui.composition/compositor_creategeometricclip_1810234015.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,18 @@
77
public CompositionGeometricClip Compositor.CreateGeometricClip()
88
-->
99

10-
## -returns
11-
12-
1310
# Windows.UI.Composition.Compositor.CreateGeometricClip
1411

1512
## -description
1613

1714
Creates an instance of [CompositionGeometricClip](compositiongeometricclip.md).
1815

16+
## -returns
1917

18+
The created [CompositionGeometricClip](compositiongeometricclip.md) object.
2019

2120
## -remarks
2221

23-
The created [CompositionGeometricClip](compositiongeometricclip.md) object.
24-
2522
## -see-also
2623

2724
## -examples
28-
29-

windows.ui.xaml.controls/datatemplateselector_selecttemplatecore_711611086.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,33 @@ virtual protected Windows.UI.Xaml.DataTemplate SelectTemplateCore(System.Object
88
-->
99

1010
# Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore
11-
This API is depricated and will not be called by certain controls like TreeView and ItemsRepeater where the template creates the container as well. Please use the overload without the container.
1211

1312
## -description
14-
When implemented by a derived class, returns a specific [DataTemplate](../windows.ui.xaml/datatemplate.md) for a given item or container.
15-
1613

14+
When implemented by a derived class, returns a specific [DataTemplate](../windows.ui.xaml/datatemplate.md) for a given item or container.
1715

1816
## -parameters
1917
### -param item
18+
2019
The item to return a template for.
2120

2221
### -param container
22+
2323
The parent container for the templated item.
2424

2525
## -returns
26+
2627
The template to use for the given item and/or container.
2728

2829
## -remarks
30+
31+
> [!IMPORTANT]
32+
> This overload of SelectTemplateCore should not be used. It will not be called by certain controls like TreeView and ItemsRepeater where the template creates the container as well as the item. Please use the overload without the container instead.
33+
2934
Most implementations will choose to implement the selection logic based on the value of either *item* or *container*, not both. Implementations should still pass the unused parameter as-is to base.
3035

3136
## -examples
3237

3338
## -see-also
39+
3440
[DataTemplate](../windows.ui.xaml/datatemplate.md), [SelectTemplateCore(Object)](datatemplateselector_selecttemplatecore_402628248.md), [Adding ListView and GridView controls](/previous-versions/windows/apps/hh780618(v=win.10))

0 commit comments

Comments
 (0)