Udostępnij za pośrednictwem


Właściwość UIObject.Name —

Zwraca lub ustawia nazwę 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 Name As String
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)

Wartość właściwości

Typ: System.String
Nazwa tego obiektu.

Zabezpieczenia.NET Framework

Zobacz też

Informacje

UIObject Class

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