PackageInfo.Instrumentation プロパティ

定義

< の下に含まれるすべての android.R.styleable#AndroidManifestInstrumentation &lt;instrumentation&gt; タグの配列。マニフェスト>、存在しない場合は null。

[Android.Runtime.Register("instrumentation")]
public System.Collections.Generic.IList<Android.Content.PM.InstrumentationInfo>? Instrumentation { get; set; }
[<Android.Runtime.Register("instrumentation")>]
member this.Instrumentation : System.Collections.Generic.IList<Android.Content.PM.InstrumentationInfo> with get, set

プロパティ値

属性

注釈

< の下に含まれるすべての android.R.styleable#AndroidManifestInstrumentation &lt;instrumentation&gt; タグの配列。マニフェスト>、存在しない場合は null。 これは、フラグ PackageManager#GET_INSTRUMENTATION が設定されている場合にのみ入力されます。

の Java ドキュメント android.content.pm.PackageInfo.instrumentation

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

適用対象