다음을 통해 공유


CollationKey.SourceString Property

Definition

Return the source string that this CollationKey represents.

public string? SourceString { [Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSourceString", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.SourceString : string

Property Value

source string that this CollationKey represents

Attributes

Remarks

Return the source string that this CollationKey represents.

Java documentation for android.icu.text.CollationKey.getSourceString().

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