IAttributeSet.GetAttributeBooleanValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetAttributeBooleanValue(Int32, Boolean) |
傳回 'index' 屬性的布爾值。 |
GetAttributeBooleanValue(String, String, Boolean) |
傳回 『attribute』 的布爾值。 |
GetAttributeBooleanValue(Int32, Boolean)
傳回 'index' 屬性的布爾值。
[Android.Runtime.Register("getAttributeBooleanValue", "(IZ)Z", "GetGetAttributeBooleanValue_IZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool GetAttributeBooleanValue (int index, bool defaultValue);
[<Android.Runtime.Register("getAttributeBooleanValue", "(IZ)Z", "GetGetAttributeBooleanValue_IZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeBooleanValue : int * bool -> bool
參數
- index
- Int32
所需屬性的索引,0...count-1。
- defaultValue
- Boolean
找不到屬性時要傳回的內容。
傳回
產生的值。
- 屬性
備註
傳回 'index' 屬性的布爾值。
的 android.util.AttributeSet.getAttributeBooleanValue(int, boolean)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
GetAttributeBooleanValue(String, String, Boolean)
傳回 『attribute』 的布爾值。
[Android.Runtime.Register("getAttributeBooleanValue", "(Ljava/lang/String;Ljava/lang/String;Z)Z", "GetGetAttributeBooleanValue_Ljava_lang_String_Ljava_lang_String_ZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool GetAttributeBooleanValue (string? namespace, string? attribute, bool defaultValue);
[<Android.Runtime.Register("getAttributeBooleanValue", "(Ljava/lang/String;Ljava/lang/String;Z)Z", "GetGetAttributeBooleanValue_Ljava_lang_String_Ljava_lang_String_ZHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeBooleanValue : string * string * bool -> bool
參數
- namespace
- String
要擷取的屬性命名空間。
- attribute
- String
要擷取的屬性。
- defaultValue
- Boolean
找不到屬性時要傳回的內容。
傳回
產生的值。
- 屬性
備註
傳回 『attribute』 的布爾值。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。