Intent.Component 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索与意向关联的具体组件。
public virtual Android.Content.ComponentName? Component { [Android.Runtime.Register("getComponent", "()Landroid/content/ComponentName;", "GetGetComponentHandler")] get; }
[<get: Android.Runtime.Register("getComponent", "()Landroid/content/ComponentName;", "GetGetComponentHandler")>]
member this.Component : Android.Content.ComponentName
属性值
要处理意向的应用程序组件的名称。
- 属性
注解
检索与意向关联的具体组件。 收到意向时,这是找到最佳处理它的组件(即自己),并且始终为非 null;在所有其他情况下,除非显式设置,否则它将为 null。
适用于 . 的 android.content.Intent.getComponent()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。