Metodo Playback.GetCoreTechnologyManager
Ottiene il gestore tecnologia di base per la tecnologia specificata.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Sintassi
'Dichiarazione
Public Shared Function GetCoreTechnologyManager ( _
technologyName As String _
) As UITechnologyManager
public static UITechnologyManager GetCoreTechnologyManager(
string technologyName
)
public:
static UITechnologyManager^ GetCoreTechnologyManager(
String^ technologyName
)
static member GetCoreTechnologyManager :
technologyName:string -> UITechnologyManager
public static function GetCoreTechnologyManager(
technologyName : String
) : UITechnologyManager
Parametri
technologyName
Tipo: StringNome del gestore tecnologia necessario.
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
Gestore per la tecnologia specificata.
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.