Partager via


Propriété SystemAction.ActionType

 

Type d'action de la classe SystemAction.

Espace de noms:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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

Valeur de propriété

Type: System.String

retourne String ;

Voir aussi

SystemAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début