Propriedade UIObject.Name

Obtém ou define o nome do 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 Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propriedade

Tipo: System.String
O nome deste objeto.

Segurança do .NET Framework

Consulte também

Referência

UIObject Classe

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