File "WindowsSearchCharm.Local_Action_ContactHero.xaml"

Full Path: C:/Windows/SystemResources/Windows.UI.Search/XAMLTemplates/WindowsSearchCharm.Local_Action_ContactHero.xaml
File size: 440 bytes
MIME-type: text/plain
Charset: utf-8

<!--Template used for Contact Hero -->
<DataTemplate xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:tm="using:SearchUI.TemplateManager"
              x:Key="WindowsSearchCharm.Local_Action_ContactHero">
    <Grid>
        <TextBlock Text="This is a Contact Hero Action, the template works" />
    </Grid>
</DataTemplate>