共用方式為


TextLinks.TextLink 類別

定義

鏈接,識別文字的子字串及其可能的實體類型。

[Android.Runtime.Register("android/view/textclassifier/TextLinks$TextLink", ApiSince=28, DoNotGenerateAcw=true)]
public sealed class TextLinks.TextLink : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/view/textclassifier/TextLinks$TextLink", ApiSince=28, DoNotGenerateAcw=true)>]
type TextLinks.TextLink = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
繼承
TextLinks.TextLink
屬性
實作

備註

鏈接,識別文字的子字串及其可能的實體類型。

android.view.textclassifier.TextLinks.TextLinkJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

屬性

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
Creator

鏈接,識別文字的子字串及其可能的實體類型。

End

傳回原始文字中此連結的結束索引。

EntityCount

傳回具有信賴分數的實體類型數目。

Extras

傳回套件組合,其中包含與此 TextLink 相關的自定義數據。

Handle

基礎Android實例的句柄。

(繼承來源 Object)
JniIdentityHashCode

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
JniPeerMembers

鏈接,識別文字的子字串及其可能的實體類型。

PeerReference

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
Start

傳回原始文字中此連結的起始索引。

ThresholdClass

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

(繼承來源 Object)
ThresholdType

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

(繼承來源 Object)

方法

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
DescribeContents()

鏈接,識別文字的子字串及其可能的實體類型。

Dispose()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
Dispose(Boolean)

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetConfidenceScore(String)

傳回特定實體類型的信賴分數。

GetEntity(Int32)

傳回指定索引處的實體類型。

GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

鏈接,識別文字的子字串及其可能的實體類型。

明確介面實作

IJavaPeerable.Disposed()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.Finalized()

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

鏈接,識別文字的子字串及其可能的實體類型。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)

鏈接,識別文字的子字串及其可能的實體類型。

GetJniTypeName(IJavaPeerable)

鏈接,識別文字的子字串及其可能的實體類型。

適用於