Udostępnij za pośrednictwem


Właściwość SystemAction.ActionType

 

Typ akcji SystemAction.

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

Składnia

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

Wartość właściwości

Type: System.String

Zwraca wartość typu String.

Zobacz też

Klasa SystemAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku