This topic has not yet been rated - Rate this topic

UITestExtensionPackage.GetService Method

Gets the service object type for this UI test package.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
abstract GetService : 
        serviceType:Type -> Object 

Parameters

serviceType
Type: System.Type
The Type that specifies the type of service object to get.

Return Value

Type: System.Object
The type of service object to get.

Implements

IServiceProvider.GetService(Type)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.