Condividi tramite


Proprietà ISharedStep.ActionRecording

Ottiene o imposta la registrazione dell'azione associata.

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 dell'azione associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharedStep Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client