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
- typeName
Type: System.String
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyManager
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IUITechnologyPluginManager Interface