Condividi tramite


Metodo UITestPropertyProvider.GetPropertyDescriptor

Restituisce il descrittore della proprietà specificata del controllo fornito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Descrittore della proprietà richiesta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyProvider Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting

UITestPropertyDescriptor