Partager via


UriRelativeFilter.Fragment 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 fragment.

[Android.Runtime.Register("FRAGMENT", 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 Fragment = 2;
[<Android.Runtime.Register("FRAGMENT", 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 Fragment : Android.Content.UriRelativeFilterPart

Field Value

Value = 2
Attributes

Remarks

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

Java documentation for android.content.UriRelativeFilter.FRAGMENT.

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