共用方式為


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

適用於