DataCollectionSink.SendFileAsync 方法 (DataCollectionContext, String, 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, _
description As String, _
deleteFile As Boolean _
)
public void SendFileAsync(
DataCollectionContext context,
string path,
string description,
bool deleteFile
)
public:
void SendFileAsync(
DataCollectionContext^ context,
String^ path,
String^ description,
bool deleteFile
)
member SendFileAsync :
context:DataCollectionContext *
path:string *
description:string *
deleteFile:bool -> unit
public function SendFileAsync(
context : DataCollectionContext,
path : String,
description : String,
deleteFile : boolean
)
參數
context
類型:Microsoft.VisualStudio.TestTools.Execution.DataCollectionContextIBaseRunContext,可描述測試執行所在的內容。 不可為 nullnull 參考 (即 Visual Basic 中的 Nothing)。
path
類型:String檔案的本機路徑。
description
類型:String檔案的簡短描述。
deleteFile
類型:Booleantrue 表示在傳送檔案之後自動刪除檔案,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。