Share via


DatePickerFlyoutItem.SecondaryText 屬性

定義

取得或設定專案的次要文字。

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

void SecondaryText(winrt::hstring value);
public string SecondaryText { get; set; }
var string = datePickerFlyoutItem.secondaryText;
datePickerFlyoutItem.secondaryText = string;
Public Property SecondaryText As String

屬性值

String

Platform::String

winrt::hstring

專案的次要文字。

適用於