RemoteConference.Connections プロパティ

定義

この会議に含まれる の RemoteConnection一覧を返します。

public System.Collections.Generic.IList<Android.Telecom.RemoteConnection>? Connections { [Android.Runtime.Register("getConnections", "()Ljava/util/List;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getConnections", "()Ljava/util/List;", "", ApiSince=23)>]
member this.Connections : System.Collections.Generic.IList<Android.Telecom.RemoteConnection>

プロパティ値

子接続の一覧。

属性

注釈

この会議に含まれる の RemoteConnection一覧を返します。

の Java ドキュメント android.telecom.RemoteConference.getConnections()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象