Freigeben über


UITestPropertyProvider.GetPropertyDescriptor-Methode

Gibt den Eigenschaftendeskriptor für die angegebene Eigenschaft des Steuerelements zurück.

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

Syntax

'Declaration
Public MustOverride Function GetPropertyDescriptor ( _
    uiTestControl As UITestControl, _
    propertyName As String _
) As UITestPropertyDescriptor
public abstract UITestPropertyDescriptor GetPropertyDescriptor(
    UITestControl uiTestControl,
    string propertyName
)
public:
virtual UITestPropertyDescriptor^ GetPropertyDescriptor(
    UITestControl^ uiTestControl, 
    String^ propertyName
) abstract
abstract GetPropertyDescriptor : 
        uiTestControl:UITestControl * 
        propertyName:string -> UITestPropertyDescriptor 
public abstract function GetPropertyDescriptor(
    uiTestControl : UITestControl, 
    propertyName : String
) : UITestPropertyDescriptor

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Der angeforderte Eigenschaftendeskriptor.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyProvider Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace

UITestPropertyDescriptor