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 with get
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

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITechnologyManager