共用方式為


Playback.GetCoreTechnologyManager 方法

取得指定之技術的核心技術管理員。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Shared Function GetCoreTechnologyManager ( _
    technologyName As String _
) As UITechnologyManager
public static UITechnologyManager GetCoreTechnologyManager(
    string technologyName
)
public:
static UITechnologyManager^ GetCoreTechnologyManager(
    String^ technologyName
)
static member GetCoreTechnologyManager : 
        technologyName:string -> UITechnologyManager 
public static function GetCoreTechnologyManager(
    technologyName : String
) : UITechnologyManager

參數

  • technologyName
    型別:System.String
    需要之技術管理員的名稱。

傳回值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
指定之技術的技術管理員。

.NET Framework 安全性

請參閱

參考

Playback 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITechnologyManager