Método UITechnologyManagerProxy.GetTechnologyManagerProperty
Obtém a determinada propriedade do gerenciador de tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
Public Overrides Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public override Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
) override
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public override function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parâmetros
- propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
A propriedade para obter o.
Valor de retorno
Tipo: System.Object
O valor da propriedade.
Implementações
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceções
Exceção | Condição |
---|---|
NotSupportedException | Gera System.NotSupportedException se a propriedade não é suportada. |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.