Connection.ConnectionProperties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回連接的屬性,做為常數的 PROPERTY_
位遮罩。 -或- 將連線的屬性設定為PROPERTY_常數的位掩碼。
public Android.Telecom.ConnectionProperties ConnectionProperties { [Android.Runtime.Register("getConnectionProperties", "()I", "", ApiSince=25)] get; [Android.Runtime.Register("setConnectionProperties", "(I)V", "", ApiSince=25)] set; }
[<get: Android.Runtime.Register("getConnectionProperties", "()I", "", ApiSince=25)>]
[<set: Android.Runtime.Register("setConnectionProperties", "(I)V", "", ApiSince=25)>]
member this.ConnectionProperties : Android.Telecom.ConnectionProperties with get, set
屬性值
- 屬性
-
備註
屬性 getter 檔:
傳回連接的屬性,做為常數的 PROPERTY_*
位遮罩。
的 android.telecom.Connection.getConnectionProperties()
Java 檔。
屬性 setter 檔:
將連線的屬性設定為常數的 PROPERTY_*
位掩碼。
的 android.telecom.Connection.setConnectionProperties(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於