Office.PlatformType enum
Office アプリケーションが実行されている OS またはその他のプラットフォームを指定します。
注釈
重要: Outlook では、この列挙型はメールボックス要件セット 1.5 から使用できます。
例
const contextInfo = Office.context.diagnostics;
const platformType: Office.PlatformType = contextInfo.platform;
console.log("Platform: " + platformType);
フィールド
Android | プラットフォームは Android デバイスです。 |
iOS | プラットフォームは iOS デバイスです。 |
Mac | プラットフォームは Mac です。 |
OfficeOnline | プラットフォームは Office on the web (ブラウザー) です。
重要: Outlook では、Outlook on the web または新しい Outlook on Windows でアドインが実行されている場合、 |
PC | プラットフォームは PC (Windows) です。 |
Universal | プラットフォームは WinRT です。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins