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
- technologyName
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