言語

IntentFilter.GetDataPath(Int32) メソッド

定義

フィルター内のデータ パスを返します。

[Android.Runtime.Register("getDataPath", "(I)Landroid/os/PatternMatcher;", "")]
public Android.OS.PatternMatcher? GetDataPath(int index);
[<Android.Runtime.Register("getDataPath", "(I)Landroid/os/PatternMatcher;", "")>]
member this.GetDataPath : int -> Android.OS.PatternMatcher

パラメーター

index
Int32

要求された項目の 0 から始まるインデックス。

返品

フィルター内のデータ パスを返します。

属性

注釈

フィルター内のデータ パスを返します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象