Compartilhar via


Propriedade ISharedStep.ActionRecording

Obtém ou define a gravação da ação associada.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
A gravação da ação associada.

Segurança do .NET Framework

Consulte também

Referência

ISharedStep Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client