次の方法で共有


ContentInfo.Builder コンストラクター

定義

オーバーロード

ContentInfo.Builder(ContentInfo)

指定されたビルダーのデータで初期化された新しいビルダーを作成します。

ContentInfo.Builder(ClipData, Int32)

新しいビルダーを作成します。

ContentInfo.Builder(ContentInfo)

指定されたビルダーのデータで初期化された新しいビルダーを作成します。

[Android.Runtime.Register(".ctor", "(Landroid/view/ContentInfo;)V", "", ApiSince=31)]
public Builder (Android.Views.ContentInfo other);
[<Android.Runtime.Register(".ctor", "(Landroid/view/ContentInfo;)V", "", ApiSince=31)>]
new Android.Views.ContentInfo.Builder : Android.Views.ContentInfo -> Android.Views.ContentInfo.Builder

パラメーター

other
ContentInfo
属性

注釈

指定されたビルダーのデータで初期化された新しいビルダーを作成します。

の Java ドキュメント android.view.ContentInfo.Builder.ContentInfo$Builder(android.view.ContentInfo)

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

適用対象

ContentInfo.Builder(ClipData, Int32)

新しいビルダーを作成します。

[Android.Runtime.Register(".ctor", "(Landroid/content/ClipData;I)V", "", ApiSince=31)]
public Builder (Android.Content.ClipData clip, int source);
[<Android.Runtime.Register(".ctor", "(Landroid/content/ClipData;I)V", "", ApiSince=31)>]
new Android.Views.ContentInfo.Builder : Android.Content.ClipData * int -> Android.Views.ContentInfo.Builder

パラメーター

clip
ClipData

挿入するデータ。

source
Int32

操作のソース。 定数を参照してください SOURCE_

属性

注釈

新しいビルダーを作成します。

の Java ドキュメント android.view.ContentInfo.Builder.ContentInfo$Builder(android.content.ClipData, int)

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

適用対象