ViewDebug.Trace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Trace(View, ViewDebug+HierarchyTraceType) |
Obsolete.
Records a hierarchy trace event for a view. |
| Trace(View, ViewDebug+RecyclerTraceType, Int32[]) |
Obsolete.
Records a recycler trace event for the supplied view. |
Trace(View, ViewDebug+HierarchyTraceType)
Caution
deprecated
Records a hierarchy trace event for a view.
[Android.Runtime.Register("trace", "(Landroid/view/View;Landroid/view/ViewDebug$HierarchyTraceType;)V", "")]
[System.Obsolete("deprecated")]
public static void Trace(Android.Views.View? view, Android.Views.ViewDebug.HierarchyTraceType? type);
[<Android.Runtime.Register("trace", "(Landroid/view/View;Landroid/view/ViewDebug$HierarchyTraceType;)V", "")>]
[<System.Obsolete("deprecated")>]
static member Trace : Android.Views.View * Android.Views.ViewDebug.HierarchyTraceType -> unit
Parameters
- view
- View
The Android.Views.View value used for view.
The Android.Views.ViewDebug+HierarchyTraceType value used for type.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Trace(View, ViewDebug+RecyclerTraceType, Int32[])
Caution
deprecated
Records a recycler trace event for the supplied view.
[Android.Runtime.Register("trace", "(Landroid/view/View;Landroid/view/ViewDebug$RecyclerTraceType;[I)V", "")]
[System.Obsolete("deprecated")]
public static void Trace(Android.Views.View? view, Android.Views.ViewDebug.RecyclerTraceType? type, params int[]? parameters);
[<Android.Runtime.Register("trace", "(Landroid/view/View;Landroid/view/ViewDebug$RecyclerTraceType;[I)V", "")>]
[<System.Obsolete("deprecated")>]
static member Trace : Android.Views.View * Android.Views.ViewDebug.RecyclerTraceType * int[] -> unit
Parameters
- view
- View
The Android.Views.View value used for view.
The Android.Views.ViewDebug+RecyclerTraceType value used for type.
- parameters
- Int32[]
The System.Int32[] value used for parameters.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.