Proprietà CompletionIcon.AutomationName
Gets or sets the automation name.
Spazio dei nomi: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: String
The automation name.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense