DeleteGesture.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
屬性

備註

用於 的標記 #writeToParcel:所寫的物件是一個回傳值,也就是像「Parcelable someFunction()void someFunction(out Parcelable)、「」或「void someFunction(inout Parcelable)」這樣的函數結果。 有些實作此時可能想釋放資源。

Java 文件 android.os.Parcelable.PARCELABLE_WRITE_RETURN_VALUE

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於