Udostępnij za pośrednictwem


Właściwość ErrorAction.IdTag

 

Zwraca lub ustawia identyfikator błędu.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

public string IdTag { get; set; }
public:
property String^ IdTag {
    String^ get();
    void set(String^ value);
}
member IdTag : string with get, set
Public Property IdTag As String

Wartość właściwości

Type: System.String

Identyfikator.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zobacz też

PropertyChanged
Klasa ErrorAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku