LaunchApplicationAction.FileName Propriedade
Obtém ou define o nome de caminho completo 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 FileName { get; set; }
public:
property String^ FileName {
String^ get();
void set(String^ value);
}
member FileName : string with get, set
Public Property FileName As String
Valor de propriedade
Type: System.String
O nome de 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