{"id":31079,"date":"2024-10-28T10:44:34","date_gmt":"2024-10-28T10:44:34","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=31079"},"modified":"2024-11-26T06:46:27","modified_gmt":"2024-11-26T06:46:27","slug":"uwp-%ea%b0%9c%eb%b0%9c-xaml-%eb%ac%b8%ec%9e%a5%ec%9d%98-%ea%b5%ac%ec%84%b1","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/31079\/","title":{"rendered":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131"},"content":{"rendered":"<p><body><\/p>\n<p>UWP(Universal Windows Platform) \uac1c\ubc1c\uc5d0 \uc788\uc5b4 XAML(Extensible Application Markup Language)\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud558\ub294 \ub370 \uc788\uc5b4 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. XAML\uc740 XML \uae30\ubc18\uc758 \ub9c8\ud06c\uc5c5 \uc5b8\uc5b4\ub85c, WPF(Windows Presentation Foundation) \ubc0f Silverlight\uc5d0\uc11c\ub3c4 \uc0ac\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 XAML \ubb38\uc7a5\uc758 \uad6c\uc131 \uc694\uc18c \ubc0f UWP\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>XAML \uae30\ubcf8 \uac1c\ub150<\/h2>\n<p>XAML\uc740 UI\ub97c \uad6c\uc131\ud558\ub294 \uc694\uc18c\ub97c \uc120\uc5b8\uc801\uc73c\ub85c \uc815\uc758\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. XAML\uc744 \uc0ac\uc6a9\ud558\uba74 UI\uc758 \uc2dc\uac01\uc801\uc778 \uad6c\uc870\uc640 \ub3d9\uc791\uc744 \ucf54\ub4dc\uc640 \ubd84\ub9ac\ud558\uc5ec \ub354\uc6b1 \uc27d\uac8c \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c UI\uc5d0 \ub300\ud55c \uac01 \uc694\uc18c\ub294 \uac1d\uccb4\ub85c \ub098\ud0c0\ub0b4\uc5b4\uc9c0\uba70, \ub2e4\uc591\ud55c \uc18d\uc131\uc744 \ud1b5\ud574 \uc2a4\ud0c0\uc77c\uacfc \ub3d9\uc791\uc744 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>XAML \ud30c\uc77c \uad6c\uc131<\/h3>\n<p>XAML \ud30c\uc77c\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ud615\uc2dd\uc744 \uac00\uc9d1\ub2c8\ub2e4:<\/p>\n<pre><code>&lt;Page\n        x:Class=\"YourNamespace.MainPage\"\n        xmlns=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation\"\n        xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\"\n        xmlns:local=\"using:YourNamespace\"\n        xmlns:d=\"http:\/\/schemas.microsoft.com\/expression\/blend\/2008\"\n        xmlns:mc=\"http:\/\/schemas.openxmlformats.org\/markup-compatibility\/2006\"\n        mc:Ignorable=\"d\"&gt;\n\n    &lt;Grid&gt;\n        &lt;TextBlock Text=\"Hello, UWP!\" FontSize=\"24\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\"\/&gt;\n    &lt;\/Grid&gt;\n\n    &lt;\/Page&gt;<\/code><\/pre>\n<h2>XAML \ubb38\uc7a5\uc758 \uad6c\uc131 \uc694\uc18c<\/h2>\n<p>XAML \ubb38\uc7a5\uc740 \uc8fc\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131 \uc694\uc18c\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ol>\n<li>\n<strong>\ud0dc\uadf8<\/strong>: XAML \ubb38\uc7a5\uc740 XML \ud0dc\uadf8\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. \uac01 UI \uc694\uc18c\ub294 \uadf8\uc5d0 \ud574\ub2f9\ud558\ub294 \ud0dc\uadf8\ub85c \uc120\uc5b8\ub429\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;Button Content=\"Click Me!\" \/&gt;<\/code><\/pre>\n<\/li>\n<li>\n<strong>\uc18d\uc131<\/strong>: \uac01 \uc694\uc18c\ub294 \uc5ec\ub7ec \uc18d\uc131\uc744 \uac00\uc9d1\ub2c8\ub2e4. \uc18d\uc131\uc744 \ud1b5\ud574 \uc694\uc18c\uc758 \uc0c9\uc0c1, \ud06c\uae30, \uc704\uce58 \ub4f1\uc744 \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;TextBlock Text=\"Hello\" FontSize=\"16\" Foreground=\"Blue\" \/&gt;<\/code><\/pre>\n<\/li>\n<li>\n<strong>\ub124\uc784\uc2a4\ud398\uc774\uc2a4<\/strong>: XAML\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \uac01 UI \uc694\uc18c\ub294 \ud2b9\uc815 \ub124\uc784\uc2a4\ud398\uc774\uc2a4\uc5d0 \uc18d\ud569\ub2c8\ub2e4. \ub124\uc784\uc2a4\ud398\uc774\uc2a4\ub97c \ud1b5\ud574 \ud574\ub2f9 \uc694\uc18c\ub4e4\uc744 \uc2dd\ubcc4\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/li>\n<\/ol>\n<h3>\uc608\uc81c: XAML \ubb38\uc11c \uad6c\uc870<\/h3>\n<p>\ub2e4\uc74c\uc740 \uac04\ub2e8\ud55c UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 XAML \ud30c\uc77c \uc608\uc2dc\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;Page\n        x:Class=\"MyApp.MainPage\"\n        xmlns=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation\"\n        xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\"\n        xmlns:local=\"using:MyApp\"&gt;\n\n        &lt;Grid Background=\"{ThemeResource ApplicationPageBackgroundThemeBrush}\"&gt;\n            &lt;TextBlock Text=\"Welcome to UWP Development!\" \n                       FontSize=\"30\" \n                       HorizontalAlignment=\"Center\" \n                       VerticalAlignment=\"Center\" \n                       Foreground=\"DarkBlue\"\/&gt;\n            &lt;Button Content=\"Click Me\" Width=\"100\" Height=\"50\" \n                    HorizontalAlignment=\"Center\" VerticalAlignment=\"Bottom\"\n                    Click=\"Button_Click\"\/&gt;\n        &lt;\/Grid&gt;\n\n    &lt;\/Page&gt;<\/code><\/pre>\n<h2>\uc774\ubca4\ud2b8 \ucc98\ub9ac<\/h2>\n<p>XAML\uc5d0\uc11c \uc815\uc758\ud55c UI \uc694\uc18c\ub294 C# \ucf54\ub4dc \ub4a4\uc5d0\uc11c \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc704 \uc608\uc81c\uc5d0\uc11c \ubc84\ud2bc \ud074\ub9ad \uc774\ubca4\ud2b8\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>private void Button_Click(object sender, RoutedEventArgs e)\n{\n    \/\/ \ubc84\ud2bc \ud074\ub9ad \uc2dc \uc2e4\ud589\ud560 \ucf54\ub4dc\n    var dialog = new MessageDialog(\"\ubc84\ud2bc\uc774 \ud074\ub9ad\ub418\uc5c8\uc2b5\ub2c8\ub2e4!\");\n    await dialog.ShowAsync();\n}<\/code><\/pre>\n<div class=\"note\">\n<strong>\ub178\ud2b8:<\/strong> XAML\uacfc C# \ucf54\ub4dc\ub294 \uc790\ub3d9\uc73c\ub85c \uc5f0\uacb0\ub429\ub2c8\ub2e4. XAML\uc5d0\uc11c \uc815\uc758\ud55c UI \uc694\uc18c\uc758 \uc774\ubca4\ud2b8 \ud578\ub4e4\ub7ec \uc774\ub984\uc744 \uc9c0\uc815\ud558\uba74, C# \ucf54\ub4dc \ud6c4\ud589\uc5d0\uc11c \ud574\ub2f9 \ud578\ub4e4\ub7ec\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n    <\/div>\n<h2>XAML\uc758 \ub514\uc790\uc778 \ud328\ud134<\/h2>\n<p>XAML\uc744 \uc0ac\uc6a9\ud560 \ub54c MVVM(Model-View-ViewModel) \ub514\uc790\uc778 \ud328\ud134\uc744 \uc801\uc6a9\ud558\ub294 \uac83\uc774 \uc77c\ubc18\uc801\uc785\ub2c8\ub2e4. MVVM \ud328\ud134\uc744 \uc0ac\uc6a9\ud558\uba74 UI\uc640 \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1\uc744 \ubd84\ub9ac\ud558\uc5ec \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>MVVM\uc758 \uad6c\uc131 \uc694\uc18c<\/h3>\n<p>MVVM \ub514\uc790\uc778 \ud328\ud134\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \uc138 \uac00\uc9c0 \uc8fc\uc694 \uad6c\uc131 \uc694\uc18c\ub85c \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>Model<\/strong>: \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub370\uc774\ud130\uc640 \ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1\uc744 \ub2f4\ub2f9\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>View<\/strong>: \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub85c, XAML\uc744 \ud1b5\ud574 \uc815\uc758\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>ViewModel<\/strong>: View\uc640 Model \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uc911\uc7ac\ud558\ub294 \uc5ed\ud560\uc744 \ud558\uba70, \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \uc0ac\uc6a9\ud558\uc5ec View\ub97c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>\uc608\uc81c: MVVM \uad6c\ud604<\/h3>\n<p>\ub2e4\uc74c\uc740 MVVM \ud328\ud134\uc744 \ub530\ub974\ub294 \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>public class MainViewModel : INotifyPropertyChanged\n{\n    private string _welcomeMessage;\n\n    public string WelcomeMessage\n    {\n        get { return _welcomeMessage; }\n        set\n        {\n            _welcomeMessage = value;\n            OnPropertyChanged(nameof(WelcomeMessage));\n        }\n    }\n\n    public MainViewModel()\n    {\n        WelcomeMessage = \"Welcome to UWP with MVVM!\";\n    }\n\n    public event PropertyChangedEventHandler PropertyChanged;\n\n    protected void OnPropertyChanged(string propertyName)\n    {\n        PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));\n    }\n}<\/code><\/pre>\n<h3>XAML\uc5d0\uc11c \ub370\uc774\ud130 \ubc14\uc778\ub529<\/h3>\n<p>\uc704\uc5d0\uc11c \uc815\uc758\ud55c ViewModel\uc744 XAML\uacfc \uc5f0\uacb0\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;Page.DataContext&gt;\n    &lt;local:MainViewModel \/&gt;\n    &lt;\/Page.DataContext&gt;\n\n    &lt;TextBlock Text=\"{Binding WelcomeMessage}\" FontSize=\"24\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\"\/&gt;<\/code><\/pre>\n<h2>\uacb0\ub860<\/h2>\n<p>XAML\uc740 UWP \uac1c\ubc1c\uc5d0\uc11c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud558\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 XAML \ubb38\uc7a5\uc758 \uae30\ubcf8 \uad6c\uc131 \uc694\uc18c, \uc774\ubca4\ud2b8 \ucc98\ub9ac, \uadf8\ub9ac\uace0 MVVM \ub514\uc790\uc778 \ud328\ud134\uc744 \ud1b5\ud55c \ub370\uc774\ud130 \ubc14\uc778\ub529 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. XAML\uc744 \ud65c\uc6a9\ud55c UWP \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uc774\ub7ec\ud55c \uae30\ucd08 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c \ub354 \ub098\uc544\uac00 \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4dc\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uae38 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n<p>\uc55e\uc73c\ub85c\ub3c4 XAML \uad00\ub828 \ub2e4\uc591\ud55c \uae30\ub2a5 \ubc0f \uace0\uae09 \uae30\uc220\uc744 \ub2e4\ub8f0 \uc608\uc815\uc774\ub2c8, \ub9ce\uc740 \uad00\uc2ec \ubd80\ud0c1\ub4dc\ub9bd\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>UWP(Universal Windows Platform) \uac1c\ubc1c\uc5d0 \uc788\uc5b4 XAML(Extensible Application Markup Language)\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud558\ub294 \ub370 \uc788\uc5b4 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. XAML\uc740 XML \uae30\ubc18\uc758 \ub9c8\ud06c\uc5c5 \uc5b8\uc5b4\ub85c, WPF(Windows Presentation Foundation) \ubc0f Silverlight\uc5d0\uc11c\ub3c4 \uc0ac\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 XAML \ubb38\uc7a5\uc758 \uad6c\uc131 \uc694\uc18c \ubc0f UWP\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. XAML \uae30\ubcf8 \uac1c\ub150 XAML\uc740 UI\ub97c \uad6c\uc131\ud558\ub294 \uc694\uc18c\ub97c \uc120\uc5b8\uc801\uc73c\ub85c \uc815\uc758\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. XAML\uc744 \uc0ac\uc6a9\ud558\uba74 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/31079\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-31079","post","type-post","status-publish","format-standard","hentry","category-uwp-"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/31079\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"UWP(Universal Windows Platform) \uac1c\ubc1c\uc5d0 \uc788\uc5b4 XAML(Extensible Application Markup Language)\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud558\ub294 \ub370 \uc788\uc5b4 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. XAML\uc740 XML \uae30\ubc18\uc758 \ub9c8\ud06c\uc5c5 \uc5b8\uc5b4\ub85c, WPF(Windows Presentation Foundation) \ubc0f Silverlight\uc5d0\uc11c\ub3c4 \uc0ac\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 XAML \ubb38\uc7a5\uc758 \uad6c\uc131 \uc694\uc18c \ubc0f UWP\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. XAML \uae30\ubcf8 \uac1c\ub150 XAML\uc740 UI\ub97c \uad6c\uc131\ud558\ub294 \uc694\uc18c\ub97c \uc120\uc5b8\uc801\uc73c\ub85c \uc815\uc758\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. XAML\uc744 \uc0ac\uc6a9\ud558\uba74 &hellip; \ub354 \ubcf4\uae30 &quot;UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/31079\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T10:44:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:46:27+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131\",\"datePublished\":\"2024-10-28T10:44:34+00:00\",\"dateModified\":\"2024-11-26T06:46:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/\"},\"wordCount\":73,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"UWP \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/\",\"url\":\"https:\/\/atmokpo.com\/w\/31079\/\",\"name\":\"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T10:44:34+00:00\",\"dateModified\":\"2024-11-26T06:46:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/31079\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/31079\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/31079\/","og_locale":"ko_KR","og_type":"article","og_title":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"UWP(Universal Windows Platform) \uac1c\ubc1c\uc5d0 \uc788\uc5b4 XAML(Extensible Application Markup Language)\uc740 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uc815\uc758\ud558\ub294 \ub370 \uc788\uc5b4 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. XAML\uc740 XML \uae30\ubc18\uc758 \ub9c8\ud06c\uc5c5 \uc5b8\uc5b4\ub85c, WPF(Windows Presentation Foundation) \ubc0f Silverlight\uc5d0\uc11c\ub3c4 \uc0ac\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c\ub294 XAML \ubb38\uc7a5\uc758 \uad6c\uc131 \uc694\uc18c \ubc0f UWP\uc5d0\uc11c\uc758 \ud65c\uc6a9 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. XAML \uae30\ubcf8 \uac1c\ub150 XAML\uc740 UI\ub97c \uad6c\uc131\ud558\ub294 \uc694\uc18c\ub97c \uc120\uc5b8\uc801\uc73c\ub85c \uc815\uc758\ud560 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. XAML\uc744 \uc0ac\uc6a9\ud558\uba74 &hellip; \ub354 \ubcf4\uae30 \"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131\"","og_url":"https:\/\/atmokpo.com\/w\/31079\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T10:44:34+00:00","article_modified_time":"2024-11-26T06:46:27+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/31079\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/31079\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131","datePublished":"2024-10-28T10:44:34+00:00","dateModified":"2024-11-26T06:46:27+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/31079\/"},"wordCount":73,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["UWP \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/31079\/","url":"https:\/\/atmokpo.com\/w\/31079\/","name":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T10:44:34+00:00","dateModified":"2024-11-26T06:46:27+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/31079\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/31079\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/31079\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"UWP \uac1c\ubc1c, XAML \ubb38\uc7a5\uc758 \uad6c\uc131"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=31079"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31079\/revisions"}],"predecessor-version":[{"id":31080,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31079\/revisions\/31080"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=31079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=31079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=31079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}