IUITechnologyPluginManager.GetTechnologyManagerByName Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetTechnologyManagerByName ( _
    technologyName As String _
) As IUITechnologyManager
'Usage
Dim instance As IUITechnologyPluginManager
Dim technologyName As String
Dim returnValue As IUITechnologyManager

returnValue = instance.GetTechnologyManagerByName(technologyName)
IUITechnologyManager GetTechnologyManagerByName(
    string technologyName
)
IUITechnologyManager^ GetTechnologyManagerByName(
    String^ technologyName
)
function GetTechnologyManagerByName(
    technologyName : String
) : IUITechnologyManager
abstract GetTechnologyManagerByName : 
        technologyName:string -> IUITechnologyManager 

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyManager

.NET Framework Security

See Also

Reference

IUITechnologyPluginManager Interface

IUITechnologyPluginManager Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace