Condividi tramite


Proprietà ITestCaseResult.ActionRecording

Ottiene la registrazione delle azioni del test case.

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

Sintassi

'Dichiarazione
Property ActionRecording As ITestAttachment
ITestAttachment ActionRecording { get; set; }
property ITestAttachment^ ActionRecording {
    ITestAttachment^ get ();
    void set (ITestAttachment^ value);
}
abstract ActionRecording : ITestAttachment with get, set
function get ActionRecording () : ITestAttachment
function set ActionRecording (value : ITestAttachment)

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Registrazione delle azioni del test case.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client