Bagikan melalui


CompletionIcon.AutomationId Property

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

See Also

Reference

CompletionIcon Class

Microsoft.VisualStudio.Language.Intellisense Namespace