RestrictionEntry.SetRestrictions(RestrictionEntry[]) メソッド

定義

このエントリに含まれる可能性のある制限エントリの配列を設定します。

[Android.Runtime.Register("setRestrictions", "([Landroid/content/RestrictionEntry;)V", "GetSetRestrictions_arrayLandroid_content_RestrictionEntry_Handler", ApiSince=23)]
public virtual void SetRestrictions (Android.Content.RestrictionEntry[]? restrictions);
[<Android.Runtime.Register("setRestrictions", "([Landroid/content/RestrictionEntry;)V", "GetSetRestrictions_arrayLandroid_content_RestrictionEntry_Handler", ApiSince=23)>]
abstract member SetRestrictions : Android.Content.RestrictionEntry[] -> unit
override this.SetRestrictions : Android.Content.RestrictionEntry[] -> unit

パラメーター

restrictions
RestrictionEntry[]
属性

注釈

このエントリに含まれる可能性のある制限エントリの配列を設定します。

このメソッドは、型 #TYPE_BUNDLE#TYPE_BUNDLE_ARRAY

android.content.RestrictionEntry.setRestrictions(android.content.RestrictionEntry[])Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象