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.
Sets the given property of technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Sub SetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty, _
propertyValue As Object _
)
public override void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object propertyValue
)
public:
virtual void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object^ propertyValue
) override
abstract SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
override SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
public override function SetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty,
propertyValue : Object
)
Parameters
propertyName
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyThe property to set.
propertyValue
Type: ObjectThe property value to set.
Implements
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Throws System.NotSupportedException if the property is not supported. |
.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.