語言

AppFunctionName.InterfaceConsts.ParcelableWriteReturnValue 欄位

定義

警告

This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.

用於 的標記 #writeToParcel:所寫的物件是一個回傳值,也就是像「Parcelable someFunction()void someFunction(out Parcelable)、「」或「void someFunction(inout Parcelable)」這樣的函數結果。

[Android.Runtime.Register("PARCELABLE_WRITE_RETURN_VALUE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.", true)]
public const Android.OS.ParcelableWriteFlags ParcelableWriteReturnValue = 1;
[<Android.Runtime.Register("PARCELABLE_WRITE_RETURN_VALUE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.", true)>]
val mutable ParcelableWriteReturnValue : Android.OS.ParcelableWriteFlags

欄位值

Value = 1
屬性

適用於