ContentDialog.SecondaryButtonText Propiedad

Definición

Obtiene o establece el texto que se va a mostrar en el botón secundario.

public:
 property Platform::String ^ SecondaryButtonText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SecondaryButtonText();

void SecondaryButtonText(winrt::hstring value);
public string SecondaryButtonText { get; set; }
var string = contentDialog.secondaryButtonText;
contentDialog.secondaryButtonText = string;
Public Property SecondaryButtonText As String
<ContentDialog SecondaryButtonText="string"/>

Valor de propiedad

String

Platform::String

winrt::hstring

Texto que se va a mostrar en el botón secundario. Para ocultar este botón, establezca el valor en null o string.empty.

Se aplica a