UITechnologyManagerProxy.ConvertToThisTechnology, méthode
Convertit l'élément donné d'une autre technologie au nouvel élément de ce gestionnaire de technologies.
Utilisé pour les opérations comme le basculement entre les technologies hébergées et d'hébergement.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Function ConvertToThisTechnology ( _
elementToConvert As IUITechnologyElement, _
<OutAttribute> ByRef supportLevel As Integer _
) As IUITechnologyElement
public override IUITechnologyElement ConvertToThisTechnology(
IUITechnologyElement elementToConvert,
out int supportLevel
)
public:
virtual IUITechnologyElement^ ConvertToThisTechnology(
IUITechnologyElement^ elementToConvert,
[OutAttribute] int% supportLevel
) override
abstract ConvertToThisTechnology :
elementToConvert:IUITechnologyElement *
supportLevel:int byref -> IUITechnologyElement
override ConvertToThisTechnology :
elementToConvert:IUITechnologyElement *
supportLevel:int byref -> IUITechnologyElement
public override function ConvertToThisTechnology(
elementToConvert : IUITechnologyElement,
supportLevel : int
) : IUITechnologyElement
Paramètres
- elementToConvert
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
l'élément à convertir.
- supportLevel
Type : System.Int32%
Le niveau de prise en charge a prévu l'élément converti par ce gestionnaire de technologies.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Le nouvel élément converti dans cette technologie ou null si aucune conversion n'est possible.
Implémentations
IUITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%)
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.
Voir aussi
Référence
UITechnologyManagerProxy Classe