Language

HintFilter.Packages Property

Definition

Returns the publishing packages checked for within this filter.

public System.Collections.Generic.ICollection<string> Packages { [Android.Runtime.Register("getPackages", "()Ljava/util/Set;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getPackages", "()Ljava/util/Set;", "", ApiSince=37)>]
member this.Packages : System.Collections.Generic.ICollection<string>

Property Value

A set of package names in the filter.

Attributes

Applies to