Compartilhar via


Propriedade LaunchApplicationAction.AlternateFileName

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

'Declaração
Public Property AlternateFileName As String
    Get
    Set
public string AlternateFileName { get; set; }
public:
property String^ AlternateFileName {
    String^ get ();
    void set (String^ value);
}
member AlternateFileName : string with get, set
function get AlternateFileName () : String
function set AlternateFileName (value : String)

Valor de propriedade

Tipo: System.String
O caminho completo.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

LaunchApplicationAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged