Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.