RemoteViews.Reapply(Context, View) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたビューにすべてのアクションを適用します。
[Android.Runtime.Register("reapply", "(Landroid/content/Context;Landroid/view/View;)V", "GetReapply_Landroid_content_Context_Landroid_view_View_Handler")]
public virtual void Reapply(Android.Content.Context? context, Android.Views.View? v);
[<Android.Runtime.Register("reapply", "(Landroid/content/Context;Landroid/view/View;)V", "GetReapply_Landroid_content_Context_Landroid_view_View_Handler")>]
abstract member Reapply : Android.Content.Context * Android.Views.View -> unit
override this.Reapply : Android.Content.Context * Android.Views.View -> unit
パラメーター
- context
- Context
Context
- v
- View
アクションを適用するビュー。 これは、 #apply(Context,ViewGroup) 呼び出しの結果である必要があります。
- 属性
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。