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 automation ID.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property AutomationId As String
public virtual string AutomationId { get; set; }
public:
virtual property String^ AutomationId {
String^ get ();
void set (String^ value);
}
abstract AutomationId : string with get, set
override AutomationId : string with get, set
function get AutomationId () : String
function set AutomationId (value : String)
Property Value
Type: String
The automation ID.
.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.