Właściwość UITest.Id
Pobiera lub ustawia identyfikator unikatowy dla tego testu kodowanych UI.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public Guid Id { get; set; }
public:
property Guid Id {
Guid get();
void set(Guid value);
}
member Id : Guid with get, set
Public Property Id As Guid
Wartość właściwości
Type: System.Guid
Identyfikator unikatowy dla tego testu.
Zobacz też
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku