Condividi tramite


Metodo UITechnologyElement.GetOption

Restituisce l'opzione specificata per questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Object
Valore dell'opzione specificata.

Implementa

IUITechnologyElement.GetOption(UITechnologyElementOption)

Eccezioni

Eccezione Condizione
NotSupportedException

L'opzione di elemento specificata non è supportata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

UITechnologyElementOption