TextView.BufferType.ValueOf(String) Método

Definição

public static final enum TextView.BufferType extends Enum Type of the text buffer that define the characteristics of the text such as static, styleable, or editable.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/widget/TextView$BufferType;", "")]
public static Android.Widget.TextView.BufferType ValueOf(string name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/widget/TextView$BufferType;", "")>]
static member ValueOf : string -> Android.Widget.TextView.BufferType

Parâmetros

name
String

String

Retornos

O resultado do valor da operação.

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a