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 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.