Partager via


UITechnologyElement.GetOption, méthode

Retourne l'option spécifiée pour cet élément.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public Overridable Function GetOption ( _
    technologyElementOption As UITechnologyElementOption _
) As Object
public virtual Object GetOption(
    UITechnologyElementOption technologyElementOption
)
public:
virtual Object^ GetOption(
    UITechnologyElementOption technologyElementOption
)
abstract GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object 
override GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object 
public function GetOption(
    technologyElementOption : UITechnologyElementOption
) : Object

Paramètres

Valeur de retour

Type : System.Object
Valeur de l'option spécifiée.

Implémentations

IUITechnologyElement.GetOption(UITechnologyElementOption)

Exceptions

Exception Condition
NotSupportedException

L'option de l'élément spécifié n'est pas prise en charge.

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElement Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms

UITechnologyElementOption