Permissions.IsKeyDeclaredInInfoPlist(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查 info.plist 檔案中是否已指定使用金鑰。
public static bool IsKeyDeclaredInInfoPlist (string usageKey);
參數
-
usageKey
-
System.String
要簽入 info.plist 的使用金鑰。
傳回
System.Boolean
如果在 info.plist 中宣告它。
適用於