UITechnologyElement.TechnologyManager Property
Gets the current technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TechnologyManager As UITechnologyManager
public abstract UITechnologyManager TechnologyManager { get; }
public:
virtual property UITechnologyManager^ TechnologyManager {
UITechnologyManager^ get () abstract;
}
abstract TechnologyManager : UITechnologyManager
abstract function get TechnologyManager () : UITechnologyManager
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
The technology manager appropriate for the technology of this element.
.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.