語言

XmlReaderResourceParser.IdAttribute 屬性

定義

回傳「id」屬性的值,若無則回傳 null。

public string? IdAttribute { get; }
member this.IdAttribute : string

屬性值

id 屬性的值或 null。

實作

備註

回傳「id」屬性的值,若無則回傳 null。 等同於 getAttributeValue(null, “id”)。

Android 參考資料。android.util.AttributeSet.getIdAttribute

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於