共用方式為


AppSearchSchema.DocumentPropertyConfig 類別

定義

包含另一個 Document 之屬性的組態。

[Android.Runtime.Register("android/app/appsearch/AppSearchSchema$DocumentPropertyConfig", ApiSince=31, DoNotGenerateAcw=true)]
public sealed class AppSearchSchema.DocumentPropertyConfig : Android.App.AppSearch.AppSearchSchema.PropertyConfig
[<Android.Runtime.Register("android/app/appsearch/AppSearchSchema$DocumentPropertyConfig", ApiSince=31, DoNotGenerateAcw=true)>]
type AppSearchSchema.DocumentPropertyConfig = class
    inherit AppSearchSchema.PropertyConfig
繼承
AppSearchSchema.DocumentPropertyConfig
屬性

備註

android.app.appsearch.AppSearchSchema.DocumentPropertyConfigJava 檔。

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

欄位

CardinalityOptional
已淘汰.

零或一個值 [0,1]。

(繼承來源 AppSearchSchema.PropertyConfig)
CardinalityRepeated
已淘汰.

任何數目的專案 (包括零) [0。

(繼承來源 AppSearchSchema.PropertyConfig)
CardinalityRequired
已淘汰.

只有一個值 [1]。

(繼承來源 AppSearchSchema.PropertyConfig)

屬性

Cardinality

傳回 屬性的基數(無論是選擇性的、必要還是重複的)。

(繼承來源 AppSearchSchema.PropertyConfig)
Class

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

(繼承來源 Object)
Handle

基礎Android實例的句柄。

(繼承來源 Object)
JniIdentityHashCode

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
JniPeerMembers

包含另一個 Document 之屬性的組態。

Name

傳回這個屬性的名稱。

(繼承來源 AppSearchSchema.PropertyConfig)
PeerReference

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
SchemaType

傳回這個檔屬性內容的邏輯架構類型。

ThresholdClass

包含另一個 Document 之屬性的組態。

(繼承來源 AppSearchSchema.PropertyConfig)
ThresholdType

包含另一個 Document 之屬性的組態。

(繼承來源 AppSearchSchema.PropertyConfig)

方法

Clone()

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

(繼承來源 Object)
Dispose()

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
Dispose(Boolean)

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
JavaFinalize()

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

(繼承來源 Object)
Notify()

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

(繼承來源 Object)
NotifyAll()

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

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

設定 Handle 屬性。

(繼承來源 Object)
ShouldIndexNestedProperties()

傳回是否應該根據該文件的架構編製巢狀檔中的欄位編製索引。

ToArray<T>()

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
UnregisterFromRuntime()

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
Wait()

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

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

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

(繼承來源 Object)
Wait(Int64)

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

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed()

包含另一個 Document 之屬性的組態。

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

包含另一個 Document 之屬性的組態。

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

包含另一個 Document 之屬性的組態。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

包含另一個 Document 之屬性的組態。

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

包含另一個 Document 之屬性的組態。

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

包含另一個 Document 之屬性的組態。

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

包含另一個 Document 之屬性的組態。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)

包含另一個 Document 之屬性的組態。

GetJniTypeName(IJavaPeerable)

包含另一個 Document 之屬性的組態。

適用於