TypedArray.PositionDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a message about the parser state suitable for printing error messages.
public virtual string? PositionDescription { [Android.Runtime.Register("getPositionDescription", "()Ljava/lang/String;", "GetGetPositionDescriptionHandler")] get; }
[<get: Android.Runtime.Register("getPositionDescription", "()Ljava/lang/String;", "GetGetPositionDescriptionHandler")>]
member this.PositionDescription : string
Property Value
Human-readable description of current parser state.
- Attributes
Exceptions
if the TypedArray has already been recycled.
Remarks
Returns a message about the parser state suitable for printing error messages.
Java documentation for android.content.res.TypedArray.getPositionDescription()
.
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.