Metodo UITechnologyElementProxy.GetOption
Ottiene l'opzione per questo IUITechnologyElement.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
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
Parametri
- technologyElementOption
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption
L'opzione dell'elemento.
Valore restituito
Tipo: System.Object
Il valore di questa opzione dell'elemento.
Implementa
IUITechnologyElement.GetOption(UITechnologyElementOption)
Eccezioni
Eccezione | Condizione |
---|---|
NotSupportedException | Genera System.NotSupportedException se l'opzione dell'elemento non è supportata. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.