FeedAnnouncement.CustomAccessibilityText Property

Definition

Gets or sets custom accessibility text is announced by screen readers.

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

void CustomAccessibilityText(winrt::hstring value);
public string CustomAccessibilityText { get; set; }
var string = feedAnnouncement.customAccessibilityText;
feedAnnouncement.customAccessibilityText = string;
Public Property CustomAccessibilityText As String

Property Value

String

Platform::String

winrt::hstring

Remarks

If not provided, the feeds host may concatenate the PrimaryText and <xref:Microsoft.Windows.Widgets.Notifications.FeedAnnouncement.Secondary> strings for screen reader announcements.

Applies to