<application>  AndroidManifest 元素的 C# 定义。
有关该元素的更多信息,请参阅 Android 文档:应用程序元素
| ActivityAliasList | 孩元素 <activity-alias> 的列表。 | 
| ActivityList | 孩元素 <activity> 的列表。 | 
| 属性 | <application> 元素的属性容器。 | 
| MetaDataList | 孩元素 <meta-data> 的列表。 | 
| Profileable | 孩元素 <profileable>。 | 
| ProviderList | 孩元素 <provider> 的列表。 | 
| ReceiverList | 孩元素 <receiver> 的列表。 | 
| ServiceList | 孩元素 <service> 的列表。 | 
| UsesLibraryList | 孩元素 <uses-library> 的列表。 | 
| UsesNativeLibraryList | 孩元素 <uses-native-library> 的列表。 | 
| 应用程序 | 元素构造函数。 | 
| AddMetaDataResource | 添加指定资源的 <meta-data> 子元素。 | 
| AddMetaDataValue | 添加指定资源值的 <meta-data> 子元素。 | 
| CustomElements | 自定义子元素。 | 
| AddCustomElement | 添加一个新元素作为子元素。 | 
| GetAllAttributes | 获取此元素上的所有属性。 | 
| GetCustomAttribute | 按属性名获取自定义属性。 | 
| GetID | 返回该元素的唯一 ID。 | 
| GetName | 返回元素名称。 | 
| GetUniqueName | 返回元素的唯一名称。 | 
| Remove | 从文件中移除此元素。 | 
| RemoveCustomAttribute | 按名称移除自定义属性。 | 
| ResolveConflict | 如果该元素已被其他脚本修改,则解决冲突。 | 
| SetCustomAttribute | 按名称和值设置自定义属性。 |