语言

View.ScrollCaptureHintInclude 字段

定义

注意

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

将此视图显式包含为潜在的滚动捕获目标。

[Android.Runtime.Register("SCROLL_CAPTURE_HINT_INCLUDE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollCaptureHint enum directly instead of this field.", true)]
public const Android.Views.ScrollCaptureHint ScrollCaptureHintInclude = 2;
[<Android.Runtime.Register("SCROLL_CAPTURE_HINT_INCLUDE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ScrollCaptureHint enum directly instead of this field.", true)>]
val mutable ScrollCaptureHintInclude : Android.Views.ScrollCaptureHint

字段值

Value = 2
属性

注解

将此视图显式包含为潜在的滚动捕获目标。 查找滚动捕获目标时,此视图优先于没有此标志的其他人。 相互排斥 #SCROLL_CAPTURE_HINT_EXCLUDE,优先。

Java文档android.view.View.SCROLL_CAPTURE_HINT_INCLUDE

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于