Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value of the given property of this technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
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
Parameters
- propertyName
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
The name of the property.
Return Value
Type: System.Object
The value of the specified property.
Implements
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The property is not supported by this technology manager. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.