Partilhar via


DialogInterface.ButtonNeutral Campo

Definição

Cuidado

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

O identificador do botão neutro.

[Android.Runtime.Register("BUTTON_NEUTRAL")]
[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 ButtonNeutral = -3;
[<Android.Runtime.Register("BUTTON_NEUTRAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.DialogButtonType enum directly instead of this field.", true)>]
val mutable ButtonNeutral : Android.Content.DialogButtonType

Valor do campo

Value = -3
Atributos

Comentários

O identificador do botão neutro.

Documentação Java para android.content.DialogInterface.BUTTON_NEUTRAL.

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

Aplica-se a