AppRecordingStatusDetails.IsDisabledBySystem 属性

定义

获取一个值,该值指示系统是否禁用应用录制。

public:
 property bool IsDisabledBySystem { bool get(); };
bool IsDisabledBySystem();
public bool IsDisabledBySystem { get; }
var boolean = appRecordingStatusDetails.isDisabledBySystem;
Public ReadOnly Property IsDisabledBySystem As Boolean

属性值

Boolean

bool

如果系统禁用了应用录制,则为 True;否则为 false。

适用于