EmbeddedPhotoPickerFeatureInfo.Builder.SetMaxSelectionLimit(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the maximum number of items the user can select.
[Android.Runtime.Register("setMaxSelectionLimit", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetMaxSelectionLimit(int maxSelectionLimit);
[<Android.Runtime.Register("setMaxSelectionLimit", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)>]
member this.SetMaxSelectionLimit : int -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder
Parameters
- maxSelectionLimit
- Int32
The maximum selection count, from 1 through 100. Pass 1 to open the picker in single-select mode.
Returns
This builder.
- Attributes