<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sas-se</author_name>
  <author_url>https://blog.hatena.ne.jp/sas-se/</author_url>
  <blog_title>UWPメモ</blog_title>
  <blog_url>https://windows.hatenadiary.jp/</blog_url>
  <categories>
    <anon>UWP</anon>
  </categories>
  <description>WinFormsにおけるMessageBoxに該当する機能としてUWPにはMessageDialogとContentDialogが存在します。 この二つのコントロールの記述方法は以下が基本になります。 メッセージのみ MessageDialogの例 await new MessageDialog(&quot;コンテンツ&quot;, &quot;タイトル&quot;).ShowAsync(); ContentDialogの例 var msg = new ContentDialog(); msg.Title = &quot;タイトル&quot;; msg.Content = &quot;コンテンツ&quot;; msg.PrimaryButtonText = &quot;OK&quot;; a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwindows.hatenadiary.jp%2Fentry%2F2016%2F01%2F06%2F005510&quot; title=&quot;MessageBoxの利用方法 - UWPメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/s/sas-se/20160105/20160105032249.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-06 00:55:10</published>
  <title>MessageBoxの利用方法</title>
  <type>rich</type>
  <url>https://windows.hatenadiary.jp/entry/2016/01/06/005510</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
