Bagikan melalui


CompletionIcon.AutomationName Property

Gets or sets the automation name.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
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)

Property Value

Type: String
The automation name.

.NET Framework Security

See Also

Reference

CompletionIcon Class

Microsoft.VisualStudio.Language.Intellisense Namespace