IAttributeSet.GetAttributeIntValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAttributeIntValue(Int32, Int32) |
'index' の属性の整数値を返します。 |
GetAttributeIntValue(String, String, Int32) |
'attribute' の整数値を返します。 |
GetAttributeIntValue(Int32, Int32)
'index' の属性の整数値を返します。
[Android.Runtime.Register("getAttributeIntValue", "(II)I", "GetGetAttributeIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeIntValue (int index, int defaultValue);
[<Android.Runtime.Register("getAttributeIntValue", "(II)I", "GetGetAttributeIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeIntValue : int * int -> int
パラメーター
- index
- Int32
目的の属性のインデックス 0...count-1。
- defaultValue
- Int32
属性が見つからない場合に返す内容。
戻り値
結果の値。
- 属性
注釈
'index' の属性の整数値を返します。
の Java ドキュメントandroid.util.AttributeSet.getAttributeIntValue(int, int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
GetAttributeIntValue(String, String, Int32)
'attribute' の整数値を返します。
[Android.Runtime.Register("getAttributeIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeIntValue (string? namespace, string? attribute, int defaultValue);
[<Android.Runtime.Register("getAttributeIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeIntValue : string * string * int -> int
パラメーター
- namespace
- String
取得する属性の名前空間。
- attribute
- String
取得する属性。
- defaultValue
- Int32
属性が見つからない場合に返す内容。
戻り値
結果の値。
- 属性
注釈
'attribute' の整数値を返します。
の Java ドキュメントandroid.util.AttributeSet.getAttributeIntValue(java.lang.String, java.lang.String, int)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。