Metoda UITestPropertyProvider.GetPropertyDescriptor —
Zwraca deskryptor właściwości dla określonej właściwości danego formantu.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITesting
Zestaw: Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)
Składnia
'Deklaracja
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
Parametry
- uiTestControl
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
A UITestControl.
- propertyName
Typ: System.String
Nazwa właściwości.
Wartość zwracana
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Żądana właściwość deskryptora.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting