Propriedade UIObject.FriendlyName

Obtém ou define um nome amigável para este objeto.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property FriendlyName As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
Um nome amigável.

Segurança do .NET Framework

Consulte também

Referência

UIObject Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common.UIMap