Share via


EducationSettings クラス

定義

アプリが教育環境で実行されているかどうかを示します。

public ref class EducationSettings abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class EducationSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class EducationSettings
Public Class EducationSettings
継承
Object Platform::Object IInspectable EducationSettings
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

教育環境で行う変更の例:

  • ユーザー インターフェイスを簡略化する
  • データまたは個人を特定できる情報 (PII) を収集しないでください。
  • 既定のコンテンツを変更する

プロパティ

IsEducationEnvironment

アプリが教育環境で実行されているかどうかを示すブール値を取得します。

適用対象