ContentCaptureCondition.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 the special object types in this instance's marshaled representation.
[Android.Runtime.Register("describeContents", "()I", "", ApiSince=29)]
public int DescribeContents();
[<Android.Runtime.Register("describeContents", "()I", "", ApiSince=29)>]
abstract member DescribeContents : unit -> int
override this.DescribeContents : unit -> int
Returns
A bitmask indicating the special object types marshaled by this instance.
Implements
- Attributes
Remarks
Describes the special object types in this instance's marshaled representation.
Java documentation for android.os.Parcelable.describeContents().