FormEditRecord.GetSelectedIndices 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.
[Android.Runtime.Register("getSelectedIndices", "()[I", "", ApiSince=35)]
public int[] GetSelectedIndices ();
[<Android.Runtime.Register("getSelectedIndices", "()[I", "", ApiSince=35)>]
member this.GetSelectedIndices : unit -> int[]
Returns
the selected indices in the choice widget, if this record is of type #EDIT_TYPE_SET_INDICES
, else an empty array
- Attributes
Remarks
Java documentation for android.graphics.pdf.models.FormEditRecord.getSelectedIndices()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.