Método UITechnologyManager.GetTechnologyManagerProperty
Retorna o valor da propriedade determinado desse gerente de tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintaxe
'Declaração
Public Overridable Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public virtual Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parâmetros
- propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
O nome da propriedade.
Valor de retorno
Tipo: System.Object
O valor da propriedade especificada.
Implementações
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceções
Exceção | Condição |
---|---|
NotSupportedException | A propriedade não é suportada por este Gerenciador de tecnologia. |
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.