Sdílet prostřednictvím


UIObject.FriendlyName – vlastnost

Získá nebo nastaví popisný název tohoto objektu.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Popisný název.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UIObject Třída

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap – obor názvů