言語

XmlReaderResourceParser.IdAttribute プロパティ

定義

"id" 属性の値を返します。存在しない場合は null を返します。

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

プロパティ値

id 属性の値または null。

実装

注釈

"id" 属性の値を返します。存在しない場合は null を返します。 getAttributeValue(null, "id") と同じです。

android.util.AttributeSet.getIdAttributeの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象