次の方法で共有


IAttributeSet.GetAttributeUnsignedIntValue メソッド

定義

オーバーロード

GetAttributeUnsignedIntValue(Int32, Int32)

符号なし値として書式設定された 'index' にある属性の整数値を返します。

GetAttributeUnsignedIntValue(String, String, Int32)

符号なし値として書式設定された 'attribute' のブール値を返します。

GetAttributeUnsignedIntValue(Int32, Int32)

符号なし値として書式設定された 'index' にある属性の整数値を返します。

[Android.Runtime.Register("getAttributeUnsignedIntValue", "(II)I", "GetGetAttributeUnsignedIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeUnsignedIntValue (int index, int defaultValue);
[<Android.Runtime.Register("getAttributeUnsignedIntValue", "(II)I", "GetGetAttributeUnsignedIntValue_IIHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeUnsignedIntValue : int * int -> int

パラメーター

index
Int32

目的の属性のインデックス 0...count-1。

defaultValue
Int32

属性が見つからない場合に返す内容。

戻り値

結果の値。

属性

注釈

符号なし値として書式設定された 'index' にある属性の整数値を返します。 具体的には、形式は 0xn...n と #n...n は処理されます。

の Java ドキュメントandroid.util.AttributeSet.getAttributeUnsignedIntValue(int, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetAttributeUnsignedIntValue(String, String, Int32)

符号なし値として書式設定された 'attribute' のブール値を返します。

[Android.Runtime.Register("getAttributeUnsignedIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeUnsignedIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeUnsignedIntValue (string? namespace, string? attribute, int defaultValue);
[<Android.Runtime.Register("getAttributeUnsignedIntValue", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetGetAttributeUnsignedIntValue_Ljava_lang_String_Ljava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeUnsignedIntValue : string * string * int -> int

パラメーター

namespace
String

取得する属性の名前空間。

attribute
String

取得する属性。

defaultValue
Int32

属性が見つからない場合に返す内容。

戻り値

結果の値。

属性

注釈

符号なし値として書式設定された 'attribute' のブール値を返します。 具体的には、形式は 0xn...n と #n...n は処理されます。

の Java ドキュメントandroid.util.AttributeSet.getAttributeUnsignedIntValue(java.lang.String, java.lang.String, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象