Język

XmlReaderResourceParser.IdAttribute Property

Definition

Return the value of the "id" attribute or null if there is not one.

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

Property Value

The id attribute's value or null.

Implements

Remarks

Return the value of the "id" attribute or null if there is not one. Equivalent to getAttributeValue(null, "id").

Android reference for android.util.AttributeSet.getIdAttribute.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to