Sdílet prostřednictvím


UITechnologyElement.TechnologyManager – vlastnost

Načte aktuální technologie správce.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
Správce technologie pro technologie tohoto prvku.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITechnologyElement Třída

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

UITechnologyManager