UITestPropertyProvider.GetPropertyNamesClassType Method

When overridden in a derived class, returns the Type for the class that provides the property names for the given control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public MustOverride Function GetPropertyNamesClassType ( _
    uiTestControl As UITestControl _
) As Type
public abstract Type GetPropertyNamesClassType(
    UITestControl uiTestControl
)
public:
virtual Type^ GetPropertyNamesClassType(
    UITestControl^ uiTestControl
) abstract
abstract GetPropertyNamesClassType : 
        uiTestControl:UITestControl -> Type
public abstract function GetPropertyNamesClassType(
    uiTestControl : UITestControl
) : Type

Parameters

Return Value

Type: Type
The Type for the class that provides the property names for the given control.

.NET Framework Security

See Also

Reference

UITestPropertyProvider Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

UITestControl

Other Resources

Enable Coded UI Testing of Your Controls