Propriedade UIMap.FileName

Obtém ou define o nome do arquivo XML para este mapa.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O nome de arquivo para este mapa.

Segurança do .NET Framework

Consulte também

Referência

UIMap Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common.UIMap