DataCollectionSink.SendFileAsync 方法 (DataCollectionContext, String, Boolean)
使用針對這個方法所指定的參數,以非同步方式傳送檔案給 DataCollectionSink。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Sub SendFileAsync ( _
context As DataCollectionContext, _
path As String, _
deleteFile As Boolean _
)
public void SendFileAsync(
DataCollectionContext context,
string path,
bool deleteFile
)
public:
void SendFileAsync(
DataCollectionContext^ context,
String^ path,
bool deleteFile
)
member SendFileAsync :
context:DataCollectionContext *
path:string *
deleteFile:bool -> unit
public function SendFileAsync(
context : DataCollectionContext,
path : String,
deleteFile : boolean
)
參數
- context
型別:Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
IBaseRunContext ,可描述測試執行所在的內容。不可為 nullnull 參考 (即 Visual Basic 中的 Nothing)。
- path
型別:System.String
檔案的本機路徑。
- deleteFile
型別:System.Boolean
true 表示在傳送檔案之後自動刪除檔案,否則為 false。
例外狀況
例外狀況 | 條件 |
---|---|
[FileNotFoundException] | path 不存在。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。