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


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

Gets or sets the automation name.

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

Синтаксис

'Декларация
Public Overridable Property AutomationName As String
public virtual string AutomationName { get; set; }
public:
virtual property String^ AutomationName {
    String^ get ();
    void set (String^ value);
}
abstract AutomationName : string with get, set 
override AutomationName : string with get, set
function get AutomationName () : String 
function set AutomationName (value : String)

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

Тип: String
The automation name.

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

См. также

Ссылки

CompletionIcon Класс

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