UITestControl.TechnologyName, propriété
Obtient ou définit l'infrastructure de technologie qui implémente ce contrôle.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Property TechnologyName As String
Get
Set
public string TechnologyName { get; set; }
public:
property String^ TechnologyName {
String^ get ();
void set (String^ value);
}
member TechnologyName : string with get, set
function get TechnologyName () : String
function set TechnologyName (value : String)
Valeur de propriété
Type : System.String
Infrastructure de technologie qui implémente ce contrôle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.