言語

XmlReaderResourceParser.ClassAttribute プロパティ

定義

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

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

プロパティ値

クラス属性の値または null。

実装

注釈

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

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

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

適用対象