{"id":4085,"date":"2014-03-04T00:15:23","date_gmt":"2014-03-03T15:15:23","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=4085"},"modified":"2014-03-04T00:15:23","modified_gmt":"2014-03-03T15:15:23","slug":"office%e7%94%a8%e3%82%a2%e3%83%97%e3%83%aa%e3%80%8cactiveviewchanged%e3%80%8d%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88%e3%81%a8%e3%80%8cgetactiveviewasync%e3%80%8d%e3%83%a1%e3%82%bd%e3%83%83%e3%83%89","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=4085","title":{"rendered":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9"},"content":{"rendered":"<p>v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300c<span style=\"color: #ff0000; font-weight: bold;\">ActiveViewChanged<\/span>\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e\u72b6\u614b\u3092\u53d6\u5f97\u3059\u308b\u300c<span style=\"color: #ff0000; font-weight: bold;\">getActiveViewAsync<\/span>\u300d\u30e1\u30bd\u30c3\u30c9\u306e\u52d5\u4f5c\u3092PowerPoint 2013 SP1\u3067\u30c6\u30b9\u30c8\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<p><strong>\u30fbDocument.ActiveViewChanged event (apps for Office v1.1)<\/strong><br \/>\n<a href=\"http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482501.aspx\" title=\"Document.ActiveViewChanged event (apps for Office v1.1)\" target=\"_blank\">http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482501.aspx<\/a><br \/>\n<strong>\u30fbDocumentActiveViewChangedEventArgs object (apps for Office v1.1)<\/strong><br \/>\n<a href=\"http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482504.aspx\" title=\"DocumentActiveViewChangedEventArgs object (apps for Office v1.1)\" target=\"_blank\">http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482504.aspx<\/a><br \/>\n<strong>\u30fbDocument.getActiveViewAsync method (apps for Office v1.1)<\/strong><br \/>\n<a href=\"http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482495.aspx\" title=\"Document.getActiveViewAsync method (apps for Office v1.1)\" target=\"_blank\">http:\/\/msdn.microsoft.com\/ja-jp\/library\/dn482495.aspx<\/a><\/p>\n<h4>\u25a0 \u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\r\n&lt;OfficeApp xmlns=&quot;http:\/\/schemas.microsoft.com\/office\/appforoffice\/1.1&quot; xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot; xsi:type=&quot;TaskPaneApp&quot;&gt;\r\n  &lt;Id&gt;97dec43d-61ee-4354-94ca-7d99be051152&lt;\/Id&gt;\r\n  &lt;Version&gt;1.0&lt;\/Version&gt;\r\n  &lt;ProviderName&gt;kinuasa&lt;\/ProviderName&gt;\r\n  &lt;DefaultLocale&gt;ja-jp&lt;\/DefaultLocale&gt;\r\n  &lt;DisplayName DefaultValue=&quot;ActiveViewChanged\u306e\u30c6\u30b9\u30c8\u7528\u30a2\u30d7\u30ea&quot; \/&gt;\r\n  &lt;Description DefaultValue=&quot;ActiveViewChanged\u306e\u30c6\u30b9\u30c8\u3067\u3059\u3002&quot;\/&gt;\r\n  &lt;Hosts&gt;\r\n    &lt;Host Name=&quot;Presentation&quot; \/&gt;\r\n  &lt;\/Hosts&gt;\r\n  &lt;Requirements&gt;\r\n    &lt;Sets&gt;\r\n      &lt;Set Name=&quot;ActiveView&quot; \/&gt;\r\n    &lt;\/Sets&gt;\r\n  &lt;\/Requirements&gt;\r\n  &lt;DefaultSettings&gt;\r\n    &lt;SourceLocation DefaultValue=&quot;http:\/\/localhost\/ActiveViewChanged.html&quot; \/&gt;\r\n  &lt;\/DefaultSettings&gt;\r\n  &lt;Permissions&gt;ReadWriteDocument&lt;\/Permissions&gt;\r\n&lt;\/OfficeApp&gt;<\/pre>\n<h4>\u25a0 \u30a2\u30d7\u30ea\u672c\u4f53(ActiveViewChanged.html)<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n    &lt;head&gt;\r\n        &lt;meta charset=&quot;UTF-8&quot;&gt;\r\n        &lt;meta name=&quot;robots&quot; content=&quot;noindex,nofollow&quot;&gt;\r\n        &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge&quot;&gt;\r\n        &lt;title&gt;ActiveViewChange&lt;\/title&gt;\r\n        &lt;script src=&quot;https:\/\/ajax.aspnetcdn.com\/ajax\/jquery\/jquery-1.11.0.min.js&quot;&gt;&lt;\/script&gt;\r\n        &lt;script src=&quot;https:\/\/appsforoffice.microsoft.com\/lib\/1.1\/hosted\/office.js&quot;&gt;&lt;\/script&gt;\r\n        &lt;script&gt;\r\n            Office.initialize = function(reason){\r\n                $(document).ready(function(){\r\n                    Office.context.document.addHandlerAsync(Office.EventType.ActiveViewChanged, document_ActiveViewChange, function(asyncResult){\r\n                        msg(&quot;1.&quot; + asyncResult.status);\r\n                    });\r\n                });\r\n            }\r\n            \r\n            function document_ActiveViewChange(eventArgs){\r\n                msg(&quot;2.&quot; + eventArgs.type);\r\n                Office.context.document.getActiveViewAsync(function(asyncResult){\r\n                    msg(&quot;3.&quot; + asyncResult.status);\r\n                    if(asyncResult.status == Office.AsyncResultStatus.Succeeded){\r\n                        msg(&quot;4.&quot; + asyncResult.value);\r\n                    }\r\n                });\r\n            }\r\n            \r\n            function msg(txt){\r\n                var s = $(&quot;#result&quot;).val();\r\n                if(s == &quot;&quot;){\r\n                    $(&quot;#result&quot;).val(txt);\r\n                }else{\r\n                    $(&quot;#result&quot;).val(s + &quot;\\n&quot; + txt);\r\n                }\r\n            }\r\n        &lt;\/script&gt;\r\n    &lt;\/head&gt;\r\n    &lt;body&gt;\r\n        &lt;p&gt;\r\n            &lt;textarea id=&quot;result&quot; cols=&quot;30&quot; rows=&quot;30&quot;&gt;&lt;\/textarea&gt;\r\n        &lt;\/p&gt;\r\n    &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p>\u30a2\u30d7\u30ea\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3001\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u3092\u5b9f\u884c\u3057\u305f\u308a\u8868\u793a\u5f62\u5f0f\u3092\u8272\u3005\u5909\u66f4\u3057\u305f\u308a\u3057\u305f\u3068\u3053\u308d\u3001ActiveViewChanged\u30a4\u30d9\u30f3\u30c8\u306f\u3001\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u958b\u59cb\u6642\u3068\u7d42\u4e86\u6642\u3001\u95b2\u89a7\u8868\u793a\u958b\u59cb\u6642\u3068\u7d42\u4e86\u6642\u306b\u767a\u751f\u3059\u308b\u3053\u3068\u304c\u5206\u304b\u308a\u307e\u3057\u305f\u3002<\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_01.jpg\" alt=\"AppsForOffice_v1.1_02_01\" width=\"1280\" height=\"800\" class=\"alignnone size-full wp-image-4086\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_01.jpg 1280w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_01-300x187.jpg 300w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_01-1024x640.jpg 1024w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/a><\/p>\n<p><a href=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_02.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_02.jpg\" alt=\"AppsForOffice_v1.1_02_02\" width=\"902\" height=\"629\" class=\"alignnone size-full wp-image-4087\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_02.jpg 902w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/AppsForOffice_v1.1_02_02-300x209.jpg 300w\" sizes=\"auto, (max-width: 902px) 100vw, 902px\" \/><\/a><\/p>\n<p>VBA\u3067\u8a00\u3046\u3068\u3053\u308d\u306eApplication.WindowSelectionChange\u30a4\u30d9\u30f3\u30c8\u3068\u540c\u3058\u306a\u306e\u304b\u3068\u601d\u3063\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3069\u3046\u3084\u3089\u9055\u3046\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>\u307e\u305f\u3001getActiveViewAsync\u30e1\u30bd\u30c3\u30c9\u3067\u53d6\u5f97\u3057\u305f\u30d3\u30e5\u30fc\u306e\u72b6\u614b\u306f\u3001\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u3084\u95b2\u89a7\u8868\u793a\u958b\u59cb\u6642\u306b\u306f\u300c<span style=\"color: #ff0000; font-weight: bold;\">read<\/span>\u300d\u3001\u7d42\u4e86\u6642\u306b\u306f\u300c<span style=\"color: #ff0000; font-weight: bold;\">edit<\/span>\u300d\u3068\u306a\u3063\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<p>\u3068\u3044\u3046\u308f\u3051\u3067\u3001ActiveViewChanged\u30a4\u30d9\u30f3\u30c8\u3068getActiveViewAsync\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3048\u3070\u3001\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u306e\u5b9f\u884c\u6642\u3084\u7d42\u4e86\u6642\u306b\u4f55\u304b\u3057\u3089\u306e\u51e6\u7406\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u305d\u3046\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e\u72b6\u614b\u3092\u53d6\u5f97\u3059\u308b\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9\u306e\u52d5\u4f5c\u3092PowerPoint 2013 SP1\u3067 [&hellip;]","protected":false},"author":1,"featured_media":7119,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[130,4,79],"tags":[],"class_list":["post-4085","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps-for-office","category-office","category-office2013"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=4085\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=4085\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-03-03T15:15:23+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-03-03T15:15:23+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#article\",\"name\":\"[Office\\u7528\\u30a2\\u30d7\\u30ea]\\u300cActiveViewChanged\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u3068\\u300cgetActiveViewAsync\\u300d\\u30e1\\u30bd\\u30c3\\u30c9 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"[Office\\u7528\\u30a2\\u30d7\\u30ea]\\u300cActiveViewChanged\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u3068\\u300cgetActiveViewAsync\\u300d\\u30e1\\u30bd\\u30c3\\u30c9\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-OfficeAddins.png\",\"width\":790,\"height\":480},\"datePublished\":\"2014-03-04T00:15:23+09:00\",\"dateModified\":\"2014-03-04T00:15:23+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#webpage\"},\"articleSection\":\"Office \\u30a2\\u30c9\\u30a4\\u30f3, Office\\u95a2\\u9023, Office 2013\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Office\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=79#listItem\",\"name\":\"Office 2013\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=79#listItem\",\"position\":3,\"name\":\"Office 2013\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=79\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#listItem\",\"name\":\"[Office\\u7528\\u30a2\\u30d7\\u30ea]\\u300cActiveViewChanged\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u3068\\u300cgetActiveViewAsync\\u300d\\u30e1\\u30bd\\u30c3\\u30c9\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#listItem\",\"position\":4,\"name\":\"[Office\\u7528\\u30a2\\u30d7\\u30ea]\\u300cActiveViewChanged\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u3068\\u300cgetActiveViewAsync\\u300d\\u30e1\\u30bd\\u30c3\\u30c9\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=79#listItem\",\"name\":\"Office 2013\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085\",\"name\":\"[Office\\u7528\\u30a2\\u30d7\\u30ea]\\u300cActiveViewChanged\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u3068\\u300cgetActiveViewAsync\\u300d\\u30e1\\u30bd\\u30c3\\u30c9 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"v1.1\\u3067\\u8ffd\\u52a0\\u3055\\u308c\\u305f\\u3001\\u30d3\\u30e5\\u30fc\\u304c\\u5909\\u66f4\\u3055\\u308c\\u305f\\u6642\\u306b\\u767a\\u751f\\u3059\\u308b\\u30a4\\u30d9\\u30f3\\u30c8\\u300cActiveViewChanged\\u300d\\u3068\\u3001\\u30d3\\u30e5\\u30fc\\u306e\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-OfficeAddins.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=4085#mainImage\"},\"datePublished\":\"2014-03-04T00:15:23+09:00\",\"dateModified\":\"2014-03-04T00:15:23+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=4085","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#article","name":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","width":790,"height":480},"datePublished":"2014-03-04T00:15:23+09:00","dateModified":"2014-03-04T00:15:23+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#webpage"},"articleSection":"Office \u30a2\u30c9\u30a4\u30f3, Office\u95a2\u9023, Office 2013"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","position":2,"name":"Office\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=79#listItem","name":"Office 2013"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=79#listItem","position":3,"name":"Office 2013","item":"https:\/\/www.ka-net.org\/blog\/?cat=79","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#listItem","name":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#listItem","position":4,"name":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=79#listItem","name":"Office 2013"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=4085","name":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=4085\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=4085#mainImage"},"datePublished":"2014-03-04T00:15:23+09:00","dateModified":"2014-03-04T00:15:23+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e","og:url":"https:\/\/www.ka-net.org\/blog\/?p=4085","article:published_time":"2014-03-03T15:15:23+00:00","article:modified_time":"2014-03-03T15:15:23+00:00","twitter:card":"summary","twitter:title":"[Office\u7528\u30a2\u30d7\u30ea]\u300cActiveViewChanged\u300d\u30a4\u30d9\u30f3\u30c8\u3068\u300cgetActiveViewAsync\u300d\u30e1\u30bd\u30c3\u30c9 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"v1.1\u3067\u8ffd\u52a0\u3055\u308c\u305f\u3001\u30d3\u30e5\u30fc\u304c\u5909\u66f4\u3055\u308c\u305f\u6642\u306b\u767a\u751f\u3059\u308b\u30a4\u30d9\u30f3\u30c8\u300cActiveViewChanged\u300d\u3068\u3001\u30d3\u30e5\u30fc\u306e"},"aioseo_meta_data":{"post_id":"4085","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:08:02","updated":"2022-09-14 05:08:17","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-13T","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4085"}],"version-history":[{"count":2,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4085\/revisions"}],"predecessor-version":[{"id":4089,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4085\/revisions\/4089"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7119"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}