MVVM パターンを使用して、エントリログをテキストブロックにバインドしています。
<Window.DataContext>
<viewModel:WindowsEventsAutoMountViewModel x:Name="xWindowsEventsDetail"/>
</Window.DataContext>
<TextBlock x:Name="xCategoryTextBox" Grid.Column="1" Grid.Row="0" TextAlignment="Center" Text="{Binding Path= xWindowsEventsDetail.Event.Category}"/>
<Label Grid.Row="1" Grid.Column="0" Content="{x:Static res:RecoveryManagerResources.EventDetailViewLabel_Level}" Name="xlabelLevel" ContentStringFormat="{}{0}:"/>
<TextBlock x:Name="xLevelTextBox" Grid.Column="1" Grid.Row="1" TextAlignment="Center" Text="{Binding Path= xWindowsEventsDetail.Event.Level}"/>
他の分野も
しかし、フィールドに値がありません
前もって感謝します