Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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.