UIGuidedAccessRestriction.GetState(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定 之 的允許、拒絕) restrictionIdentifier
狀態 (。
public static UIKit.UIGuidedAccessRestrictionState GetState (string restrictionIdentifier);
static member GetState : string -> UIKit.UIGuidedAccessRestrictionState
參數
- restrictionIdentifier
- String
限制的識別碼。
傳回
Allow 表示應用程式應該允許行為。 Deny 表示應用程式不應允許行為。
備註
您可以呼叫 RequestGuidedAccessSession(Boolean, Action<Boolean>) 來啟用引導式存取模式。