Condividi tramite


Proprietà ApplicationUnderTest.Title

Ottiene o imposta il titolo dell'applicazione sottoposta a test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Title As String
public string Title { get; }
public:
property String^ Title {
    String^ get ();
}
member Title : string with get
function get Title () : String

Valore proprietà

Tipo: String
Titolo dell'applicazione sottoposta a test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplicationUnderTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting