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
- uiTestControl 
 Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl- A UITestControl control. 
Return Value
Type: Type
The Type for the class that provides the property names for the given control.
.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
Microsoft.VisualStudio.TestTools.UITesting Namespace