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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。