Sdílet prostřednictvím


ITestCaseResult.ActionRecording – vlastnost

Načte záznam akce testovacího případu.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Property ActionRecording As ITestAttachment
    Get
    Set
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)

Hodnota vlastnosti

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Záznam akce testovacího případu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestCaseResult Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů