Freigeben über


UITestPropertyProvider.SetPropertyValue-Methode

Legt beim Überschreiben in einer abgeleiteten Klasse die angegebene Eigenschaft des Steuerelements auf den bereitgestellten Wert fest.

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

Syntax

'Declaration
Public MustOverride Sub SetPropertyValue ( _
    uiTestControl As UITestControl, _
    propertyName As String, _
    value As Object _
)
public abstract void SetPropertyValue(
    UITestControl uiTestControl,
    string propertyName,
    Object value
)
public:
virtual void SetPropertyValue(
    UITestControl^ uiTestControl, 
    String^ propertyName, 
    Object^ value
) abstract
abstract SetPropertyValue : 
        uiTestControl:UITestControl * 
        propertyName:string * 
        value:Object -> unit 
public abstract function SetPropertyValue(
    uiTestControl : UITestControl, 
    propertyName : String, 
    value : Object
)

Parameter

Ausnahmen

Ausnahme Bedingung
[NotSupportedException]

Dieser Eigenschaftenanbieter unterstützt die angegebene Eigenschaft nicht.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyProvider Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace

UITestControl

Weitere Ressourcen

Aktivieren von Tests der codierten UI Ihrer Steuerelemente