다음을 통해 공유


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로 설정합니다.

적용 대상