UITechnologyElementProxy.GetOption, méthode
Obtient l'option pour cet IUITechnologyElement.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Overrides Function GetOption ( _
technologyElementOption As UITechnologyElementOption _
) As Object
public override Object GetOption(
UITechnologyElementOption technologyElementOption
)
public:
virtual Object^ GetOption(
UITechnologyElementOption technologyElementOption
) override
abstract GetOption :
technologyElementOption:UITechnologyElementOption -> Object
override GetOption :
technologyElementOption:UITechnologyElementOption -> Object
public override function GetOption(
technologyElementOption : UITechnologyElementOption
) : Object
Paramètres
- technologyElementOption
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption
L'option d'élément à obtenir.
Valeur de retour
Type : System.Object
La valeur de cette option d'élément.
Implémentations
IUITechnologyElement.GetOption(UITechnologyElementOption)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lève System.NotSupportedException si l'option d'élément n'est pas prise en charge. |
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.