Condividi tramite


Completion.IconAutomationText Property

Gets or sets the text to be used as the automation name for the icon when it is displayed.

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

Syntax

'Dichiarazione
Public Overridable Property IconAutomationText As String
public virtual string IconAutomationText { get; set; }
public:
virtual property String^ IconAutomationText {
    String^ get ();
    void set (String^ value);
}
abstract IconAutomationText : string with get, set
override IconAutomationText : string with get, set
function get IconAutomationText () : String
function set IconAutomationText (value : String)

Property Value

Type: System.String
The icon automation text.

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace