PageSelection.DescribeContents 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.
Describes special objects in this parcelable instance.
[Android.Runtime.Register("describeContents", "()I", "", ApiSince=35)]
public int DescribeContents();
[<Android.Runtime.Register("describeContents", "()I", "", ApiSince=35)>]
abstract member DescribeContents : unit -> int
override this.DescribeContents : unit -> int
Returns
Always 0; this implementation does not contain file descriptors or other special objects.
Implements
- Attributes
Remarks
This value has no special parcelable contents.