_Application.IsSandboxed 属性

定义

获取应用程序窗口是否为受保护的视图窗口。

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

属性值

如果应用程序窗口是受保护的视图窗口,则为 true;否则为 false

注解

此为只读属性。 使用此属性可确定文档是否在受保护的视图窗口中打开。

适用于