FeedAnnouncement.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 = feedAnnouncement.secondaryText;
feedAnnouncement.secondaryText = string;
Public Property SecondaryText As String

属性值

String

Platform::String

winrt::hstring

公告的辅助文本。

适用于