Condividi tramite


Proprietà UITechnologyElement.TechnologyName

Ottiene il nome della tecnologia corrispondente di questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property TechnologyName As String
public abstract string TechnologyName { get; }
public:
virtual property String^ TechnologyName {
    String^ get () abstract;
}
abstract TechnologyName : string with get
abstract function get TechnologyName () : String

Valore proprietà

Tipo: System.String
Nome della tecnologia.

Implementa

IUITechnologyElement.TechnologyName

Note

Questo valore della proprietà deve essere lo stesso del valore della proprietà UITechnologyManager.TechnologyName nel gestore tecnologia corrispondente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

UITechnologyManager

TechnologyName