Condividi tramite


Proprietà UITechnologyElement.TechnologyManager

Ottiene il gestore tecnologia corrente.

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 TechnologyManager As UITechnologyManager
    Get
public abstract UITechnologyManager TechnologyManager { get; }
public:
virtual property UITechnologyManager^ TechnologyManager {
    UITechnologyManager^ get () abstract;
}
abstract TechnologyManager : UITechnologyManager
abstract function get TechnologyManager () : UITechnologyManager

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
Gestore appropriato per la tecnologia di questo elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

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

UITechnologyManager