Sdílet prostřednictvím


UITestControl.GetProperty – metoda

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Function GetProperty ( _
    propertyName As String _
) As Object
public Object GetProperty(
    string propertyName
)
public:
Object^ GetProperty(
    String^ propertyName
)
member GetProperty : 
        propertyName:string -> Object
public function GetProperty(
    propertyName : String
) : Object

Parametry

  • propertyName
    Typ: String

Vrácená hodnota

Typ: Object

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestControl Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů