RestrictionsManager.ConvertRestrictionsToBundle Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Преобразует список ограничений в соответствующий пакет, используя следующее сопоставление: table>tr th RestrictionEntry</th>><Bundle/th Bundle</><th/><<<>>RestrictionEntry#TYPE_BOOLEAN
tr tr td/td/Bundle#putBoolean
>><<td/><tr tr td,><><><RestrictionEntry#TYPE_MULTI_SELECT
RestrictionEntry#TYPE_CHOICE
/td<><<Bundle#putStringArray
><>>/tr td><<RestrictionEntry#TYPE_INTEGER
<Bundle#putInt
>><>></td/tr tr><><>><<<>RestrictionEntry#TYPE_STRING
</td><td><Bundle#putString
/><td/tr tr><><td<>RestrictionEntry#TYPE_BUNDLE
/td/<>><Bundle#putBundle
td/><td/<>tr<><RestrictionEntry#TYPE_BUNDLE_ARRAY
> td/td/td/>><<Bundle#putParcelableArray
td/td></tr></table>
[Android.Runtime.Register("convertRestrictionsToBundle", "(Ljava/util/List;)Landroid/os/Bundle;", "", ApiSince=23)]
public static Android.OS.Bundle? ConvertRestrictionsToBundle (System.Collections.Generic.IList<Android.Content.RestrictionEntry>? entries);
[<Android.Runtime.Register("convertRestrictionsToBundle", "(Ljava/util/List;)Landroid/os/Bundle;", "", ApiSince=23)>]
static member ConvertRestrictionsToBundle : System.Collections.Generic.IList<Android.Content.RestrictionEntry> -> Android.OS.Bundle
Параметры
- entries
- IList<RestrictionEntry>
список ограничений
Возвращаемое значение
- Атрибуты
Комментарии
Преобразует список ограничений в соответствующий пакет, используя следующее сопоставление: table>tr th RestrictionEntry</th>><Bundle/th Bundle</><th/><<<>>RestrictionEntry#TYPE_BOOLEAN
tr tr td/td/Bundle#putBoolean
>><<td/><tr tr td,><><><RestrictionEntry#TYPE_MULTI_SELECT
RestrictionEntry#TYPE_CHOICE
/td<><<Bundle#putStringArray
><>>/tr td><<RestrictionEntry#TYPE_INTEGER
<Bundle#putInt
>><>></td/tr tr><><>><<<>RestrictionEntry#TYPE_STRING
</td><td><Bundle#putString
/><td/tr tr><><td<>RestrictionEntry#TYPE_BUNDLE
/td/<>><Bundle#putBundle
td/><td/<>tr<><RestrictionEntry#TYPE_BUNDLE_ARRAY
> td/td/td/>><<Bundle#putParcelableArray
td/td></tr></table>
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.