次の方法で共有


Connection.ConnectionProperties プロパティ

定義

定数のビット マスクとして、接続のプロパティを 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_* 返します。

の Java ドキュメントandroid.telecom.Connection.getConnectionProperties()

プロパティ セッターのドキュメント:

接続のプロパティを定数の PROPERTY_* ビット マスクとして設定します。

の Java ドキュメントandroid.telecom.Connection.setConnectionProperties(int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象