由于某种原因,集成开发环境( IDE )无法发现XAML源代码(见 下文)。
<Page
x:Class="Network.Interface"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Network"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
<muxc:TabView>
<muxc:TabView.TabItems>
<muxc:TabViewItem />
</muxc:TabView.TabItems>
</muxc:TabView>
</Grid>
</Page>
注意
IDE - JetBrains Rider 2021.1.2