UserActivityAttribution.AlternateText 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.
Get or set the text that describes the icon.
public:
property Platform::String ^ AlternateText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AlternateText();
void AlternateText(winrt::hstring value);
public string AlternateText { get; set; }
var string = userActivityAttribution.alternateText;
userActivityAttribution.alternateText = string;
Public Property AlternateText As String
Property Value
The alternative text string.
Remarks
Screen readers use the alternative text string to describe the icon.