다음을 통해 공유


UriRelativeFilterGroup.UriRelativeFilters Property

Definition

Returns a unmodifiable view of the UriRelativeFilters list in this group.

public System.Collections.Generic.ICollection<Android.Content.UriRelativeFilter> UriRelativeFilters { [Android.Runtime.Register("getUriRelativeFilters", "()Ljava/util/Collection;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getUriRelativeFilters", "()Ljava/util/Collection;", "", ApiSince=35)>]
member this.UriRelativeFilters : System.Collections.Generic.ICollection<Android.Content.UriRelativeFilter>

Property Value

Attributes

Remarks

Returns a unmodifiable view of the UriRelativeFilters list in this group.

Java documentation for android.content.UriRelativeFilterGroup.getUriRelativeFilters().

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