FeedAnnouncement.CustomAccessibilityText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
If not provided, the feeds host may concatenate the PrimaryText and SecondaryText strings for screen reader announcements.