次の方法で共有


_Global.IsSandboxed プロパティ

定義

アプリケーション ウィンドウが保護されたビュー ウィンドウであるかどうかを取得します。

public:
 property bool IsSandboxed { bool get(); };
public bool IsSandboxed { get; }
member this.IsSandboxed : bool
Public ReadOnly Property IsSandboxed As Boolean

プロパティ値

アプリケーション ウィンドウが保護されたビュー ウィンドウの場合は true。それ以外の場合は false

注釈

読み取り専用です。

適用対象