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
- uiTestControl
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl
- propertyName
Typ: System.String
Name der Eigenschaft.
Rückgabewert
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Der angeforderte Eigenschaftendeskriptor.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITesting-Namespace