<intent-filter> Android 清单元素的 C# 定义。
有关该元素的更多信息,请参阅 Android 文档:IntentFilter 元素
| ActionList | <action> 子元素列表。 | 
| 属性 | <intent-filter> 元素的属性容器。 | 
| CategoryList | <category> 子元素列表。 | 
| DataList | <data> 子元素列表。 | 
| IntentFilter | 元素构造函数。 | 
| CustomElements | 自定义子元素。 | 
| AddCustomElement | 添加一个新的元素作为子元素。 | 
| GetAllAttributes | 获取此元素上的所有属性。 | 
| GetCustomAttribute | 根据属性名称获取自定义属性。 | 
| GetID | 获取元素的唯一 ID。 | 
| GetName | 获取元素名称。 | 
| GetUniqueName | 获取元素的唯一名称。 | 
| Remove | 从文件中删除此元素。 | 
| RemoveCustomAttribute | 根据名称删除自定义属性。 | 
| ResolveConflict | 如果元素已被其他脚本修改,则解决冲突。 | 
| SetCustomAttribute | 设置具有名称和值的自定义属性。 |