ViewDebug.HierarchyTraceType.ValueOf(String) Method

Definition

Returns the enumeration value with the specified name.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/view/ViewDebug$HierarchyTraceType;", "")]
public static Android.Views.ViewDebug.HierarchyTraceType? ValueOf(string? name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/view/ViewDebug$HierarchyTraceType;", "")>]
static member ValueOf : string -> Android.Views.ViewDebug.HierarchyTraceType

Parameters

name
String

The System.String value used for name.

Returns

The result of the value of operation.

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