HintFilter.Packages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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