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

要显示在辅助按钮上的文本。 若要隐藏此按钮,请将值设置为 nullstring.empty

适用于