Intent.Categories 属性

定义

返回意向中所有类别的集合。

public virtual System.Collections.Generic.ICollection<string>? Categories { [Android.Runtime.Register("getCategories", "()Ljava/util/Set;", "GetGetCategoriesHandler")] get; }
[<get: Android.Runtime.Register("getCategories", "()Ljava/util/Set;", "GetGetCategoriesHandler")>]
member this.Categories : System.Collections.Generic.ICollection<string>

属性值

可以检查的类别集。 请勿修改!

属性

注解

返回意向中所有类别的集合。 如果没有类别,则返回 NULL。

适用于 . 的 android.content.Intent.getCategories()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅