ContentDialog.SecondaryButtonText Свойство

Определение

Возвращает или задает текст, отображаемый на дополнительной кнопке.

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"/>

Значение свойства

String

Platform::String

winrt::hstring

Текст, отображаемый на дополнительной кнопке. Чтобы скрыть эту кнопку, присвойте ей значение null или string.empty.

Применяется к