ISuggestedAction.IconAutomationText Property

Definition

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; }
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.

Applies to