Udostępnij za pośrednictwem


Metoda ISharedStep.CreateActionRecording —

Tworzy akcję rejestrowania z pliku.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
Function CreateActionRecording ( _
    localFileName As String _
) As ITestAttachment
ITestAttachment CreateActionRecording(
    string localFileName
)
ITestAttachment^ CreateActionRecording(
    String^ localFileName
)
abstract CreateActionRecording : 
        localFileName:string -> ITestAttachment 
function CreateActionRecording(
    localFileName : String
) : ITestAttachment

Parametry

Wartość zwracana

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Nowy obiekt załącznik.

Uwagi

Po zapisaniu obiektu, który jest właścicielem nagrywania akcji określony plik zostanie przekazany do serwera i musi być czytelna, aż do zakończenia wysyłania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ISharedStep Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client

ITestAttachment