IUITechnologyPluginManager.GetTechnologyManagerByTypeInAll 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 GetTechnologyManagerByTypeInAll ( _
    typeName As String _
) As IUITechnologyManager
'Usage
Dim instance As IUITechnologyPluginManager
Dim typeName As String
Dim returnValue As IUITechnologyManager

returnValue = instance.GetTechnologyManagerByTypeInAll(typeName)
IUITechnologyManager GetTechnologyManagerByTypeInAll(
    string typeName
)
IUITechnologyManager^ GetTechnologyManagerByTypeInAll(
    String^ typeName
)
function GetTechnologyManagerByTypeInAll(
    typeName : String
) : IUITechnologyManager
abstract GetTechnologyManagerByTypeInAll : 
        typeName: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