Поделиться через


CompletionIcon.AutomationId - свойство

Gets or sets the automation ID.

Пространство имен:  Microsoft.VisualStudio.Language.Intellisense
Сборка:  Microsoft.VisualStudio.Language.Intellisense (в Microsoft.VisualStudio.Language.Intellisense.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: String
The automation ID.

Безопасность платформы .NET Framework

См. также

Ссылки

CompletionIcon Класс

Microsoft.VisualStudio.Language.Intellisense - пространство имен