IUITestService.TechnologyManagerFromHandle 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 TechnologyManagerFromHandle ( _
    handle As IntPtr _
) As IUITechnologyManager
'Usage
Dim instance As IUITestService
Dim handle As IntPtr
Dim returnValue As IUITechnologyManager

returnValue = instance.TechnologyManagerFromHandle(handle)
IUITechnologyManager TechnologyManagerFromHandle(
    IntPtr handle
)
IUITechnologyManager^ TechnologyManagerFromHandle(
    IntPtr handle
)
function TechnologyManagerFromHandle(
    handle : IntPtr
) : IUITechnologyManager
abstract TechnologyManagerFromHandle : 
        handle:IntPtr -> IUITechnologyManager 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IUITestService Interface

IUITestService Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace