Share via


IUITestPropertyProvider.GetPropertyForAction Method

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

Returns the property name for the specified action.

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

Syntax

'Declaration
Function GetPropertyForAction ( _
    uiControl As UITestControl, _
    action As UITestAction _
) As String
'Usage
Dim instance As IUITestPropertyProvider
Dim uiControl As UITestControl
Dim action As UITestAction
Dim returnValue As String

returnValue = instance.GetPropertyForAction(uiControl, _
    action)
string GetPropertyForAction(
    UITestControl uiControl,
    UITestAction action
)
String^ GetPropertyForAction(
    UITestControl^ uiControl, 
    UITestAction^ action
)
function GetPropertyForAction(
    uiControl : UITestControl, 
    action : UITestAction
) : String
abstract GetPropertyForAction : 
        uiControl:UITestControl * 
        action:UITestAction -> string 

Parameters

Return Value

Type: System.String
The writable property name for the action.

.NET Framework Security

See Also

Reference

IUITestPropertyProvider Interface

IUITestPropertyProvider Members

Microsoft.VisualStudio.TestTools.UITesting Namespace