Gets the core technology manager for the given technology.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Shared Function GetCoreTechnologyManager ( _
    technologyName As String _
) As UITechnologyManager
public static UITechnologyManager GetCoreTechnologyManager(
    string technologyName
)
public:
static UITechnologyManager^ GetCoreTechnologyManager(
    String^ technologyName
)
static member GetCoreTechnologyManager : 
        technologyName:string -> UITechnologyManager
public static function GetCoreTechnologyManager(
    technologyName : String
) : UITechnologyManager
Parameters
- technologyName 
 Type: String- The name of the required technology manager. 
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManager
The technology manager for the specified technology.
.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.