ISuggestedAction.IconAutomationText 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 the text to be used as the automation name for the icon when it's displayed.
public:
property System::String ^ IconAutomationText { System::String ^ get(); };
public:
property Platform::String ^ IconAutomationText { Platform::String ^ get(); };
public string IconAutomationText { get; }
public string? IconAutomationText { get; }
member this.IconAutomationText : string
Public ReadOnly Property IconAutomationText As String
Property Value
The text to be used as the automation name for the icon.
Remarks
For accessibility reasons this property should not be null if the icon is specified.