共用方式為


IDNA.Info.Errors Property

Definition

Returns a set indicating IDNA processing errors.

public System.Collections.Generic.ICollection<Android.Icu.Text.IDNA.Error>? Errors { [Android.Runtime.Register("getErrors", "()Ljava/util/Set;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getErrors", "()Ljava/util/Set;", "", ApiSince=24)>]
member this.Errors : System.Collections.Generic.ICollection<Android.Icu.Text.IDNA.Error>

Property Value

set of processing errors (modifiable, and not null)

Attributes

Remarks

Returns a set indicating IDNA processing errors.

Java documentation for android.icu.text.IDNA.Info.getErrors().

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