ISuggestedAction::IconAutomationText Property

Visual Studio 2015
 

Gets the text to be used as the automation name for the icon when it's displayed. For purposes of accessibility, this property should not be null if the icon is specified.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property String^ IconAutomationText {
	String^ get();
}

Property Value

Type: System::String^

The text to be used as the automation name for the icon.

Return to top
Show: