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.
Gets the corresponding technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property TechnologyManager As UITechnologyManager
public override sealed UITechnologyManager TechnologyManager { get; }
public:
virtual property UITechnologyManager^ TechnologyManager {
UITechnologyManager^ get () override sealed;
}
abstract TechnologyManager : UITechnologyManager with get
override TechnologyManager : UITechnologyManager with get
override final function get TechnologyManager () : UITechnologyManager
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
.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.