Condividi tramite


Proprietà ITestAction.Owner

Ottiene una base del test che rappresenta il proprietario dell'azione di test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
ReadOnly Property Owner As ITestBase
ITestBase Owner { get; }
property ITestBase^ Owner {
    ITestBase^ get ();
}
abstract Owner : ITestBase with get
function get Owner () : ITestBase

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestBase
Base del test che rappresenta il proprietario dell'azione di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestAction Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestBase