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
'Declaration
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: String
The icon automation text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.