From 340a93f86ad5ef60fd6faceb3764008b069bbe0e Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Wed, 9 Jun 2021 16:01:04 -0400 Subject: [PATCH] OnDeviceExtention: Remove examples section There are no unit tests in the WCT. The link is broken and the section is missleading. --- docs/extensions/OnDeviceExtension.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/extensions/OnDeviceExtension.md b/docs/extensions/OnDeviceExtension.md index 6aae939d9..6a228546f 100644 --- a/docs/extensions/OnDeviceExtension.md +++ b/docs/extensions/OnDeviceExtension.md @@ -19,7 +19,3 @@ Here is how the property can be used in XAML: Text="{ui:OnDevice Default=Hi, Desktop=Hello, Xbox=World}"/> ``` - -## Examples - -You can find more examples in the [unit tests](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.0.0/UnitTests).