IAttributeSet.GetAttributeUnsignedIntValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 已處理。
的 android.util.AttributeSet.getAttributeUnsignedIntValue(int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 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 已處理。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。