Partager via


UriRelativeFilter.Query Field

Definition

Caution

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

Value to indicate that the filter is to be applied to a URI query.

[Android.Runtime.Register("QUERY", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.UriRelativeFilterPart enum directly instead of this field.", true)]
public const Android.Content.UriRelativeFilterPart Query = 1;
[<Android.Runtime.Register("QUERY", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.UriRelativeFilterPart enum directly instead of this field.", true)>]
val mutable Query : Android.Content.UriRelativeFilterPart

Field Value

Value = 1
Attributes

Remarks

Value to indicate that the filter is to be applied to a URI query.

Java documentation for android.content.UriRelativeFilter.QUERY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to