共用方式為


ISharedStep.CreateActionRecording 方法

從檔案建立動作記錄。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
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

參數

  • localFileName
    類型:String

    檔案的檔名。

傳回值

類型:Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
新的附件物件。

備註

儲存擁有動作記錄的物件時,會將指定的檔案上傳至伺服器,而這個檔案在上傳完成前都必須是可讀取的。

.NET Framework 安全性

請參閱

參考

ISharedStep 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestAttachment