LinkProperties.SetLinkAddresses(ICollection<LinkAddress>) メソッド

定義

このLinkAddressLinkPropertiesを、指定したCollectionLinkAddressに置き換えます。

[Android.Runtime.Register("setLinkAddresses", "(Ljava/util/Collection;)V", "", ApiSince=29)]
public void SetLinkAddresses(System.Collections.Generic.ICollection<Android.Net.LinkAddress> addresses);
[<Android.Runtime.Register("setLinkAddresses", "(Ljava/util/Collection;)V", "", ApiSince=29)>]
member this.SetLinkAddresses : System.Collections.Generic.ICollection<Android.Net.LinkAddress> -> unit

パラメーター

addresses
ICollection<LinkAddress>

このオブジェクトで設定するCollectionLinkAddress

属性

注釈

Javaドキュメント。

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

適用対象