Intent.ParseIntent(Resources, XmlReader, IAttributeSet) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XML から "intent" 要素 (およびその子) を解析し、Intent オブジェクトをインスタンス化します。
[Android.Runtime.Register("parseIntent", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Landroid/content/Intent;", "")]
public static Android.Content.Intent ParseIntent (Android.Content.Res.Resources resources, System.Xml.XmlReader parser, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register("parseIntent", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Landroid/content/Intent;", "")>]
static member ParseIntent : Android.Content.Res.Resources * System.Xml.XmlReader * Android.Util.IAttributeSet -> Android.Content.Intent
パラメーター
- resources
- Resources
リソースを増やすときに使用するリソース。
- parser
- XmlReader
"意図" タグを指す XML パーサー。
- attrs
- IAttributeSet
現在 <の var>パーサー</var> 位置で拡張属性データを取得するための AttributeSet インターフェイス。
戻り値
XML データに一致する Intent オブジェクト。
- 属性
例外
XML 解析エラーが発生した場合。
I/O エラーが発生した場合。
注釈
XML から "intent" 要素 (およびその子) を解析し、Intent オブジェクトをインスタンス化します。 指定された XML パーサーは、解析を開始するタグ (多くの場合、"intent" という名前) に配置する必要があります。このタグから、基本的なアクション、データ、型、およびパッケージ名とクラス名が取得されます。 その後、この関数は任意の子要素を解析し、カテゴリを追加するカテゴリ android:name="xxx"> タグを探<し<、android:name="xxx" android:value="yyy"> を追加して意図に追加データを添付します。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。