Udostępnij za pośrednictwem


Właściwość UIObject.FriendlyName —

Zwraca lub ustawia przyjazną nazwę dla tego obiektu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Property FriendlyName As String
public string FriendlyName { get; set; }
public:
property String^ FriendlyName {
    String^ get ();
    void set (String^ value);
}
member FriendlyName : string with get, set
function get FriendlyName () : String
function set FriendlyName (value : String)

Wartość właściwości

Typ: System.String
Przyjazna nazwa.

Zabezpieczenia.NET Framework

Zobacz też

Informacje

UIObject Class

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common.UIMap