Partilhar via


LaunchApplicationAction.AlternateFileName Propriedade

 

Obtém ou define o caminho completo de transformado alternativo do arquivo executável.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

O caminho completo.

Comentários

Configuração desta propriedade eleva o PropertyChanged evento.

Consulte também

PropertyChanged
Classe LaunchApplicationAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo