MockDialogInterface.InterfaceConsts.ButtonPositive Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Content.DialogButtonType enum directly instead of this field.

Identificador del botón positivo.

[Android.Runtime.Register("BUTTON_POSITIVE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.DialogButtonType enum directly instead of this field.", true)]
public const Android.Content.DialogButtonType ButtonPositive = -1;
[<Android.Runtime.Register("BUTTON_POSITIVE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.DialogButtonType enum directly instead of this field.", true)>]
val mutable ButtonPositive : Android.Content.DialogButtonType

Valor de campo

Value = -1
Atributos

Comentarios

Identificador del botón positivo.

Java documentación para android.content.DialogInterface.BUTTON_POSITIVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a