Share via


IUITestPropertyProvider.GetDefiningType Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the class type where properties are defined.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Function GetDefiningType ( _
    uiControl As UITestControl _
) As Type
'Usage
Dim instance As IUITestPropertyProvider
Dim uiControl As UITestControl
Dim returnValue As Type

returnValue = instance.GetDefiningType(uiControl)
Type GetDefiningType(
    UITestControl uiControl
)
Type^ GetDefiningType(
    UITestControl^ uiControl
)
function GetDefiningType(
    uiControl : UITestControl
) : Type
abstract GetDefiningType : 
        uiControl:UITestControl -> Type 

Parameters

Return Value

Type: System.Type
The class that defines the properties.

.NET Framework Security

See Also

Reference

IUITestPropertyProvider Interface

IUITestPropertyProvider Members

Microsoft.VisualStudio.TestTools.UITesting Namespace