FileTransferInformation クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Public Sub New ( _
context As DataCollectionContext, _
path As String, _
deleteFile As Boolean _
)
public FileTransferInformation(
DataCollectionContext context,
string path,
bool deleteFile
)
public:
FileTransferInformation(
DataCollectionContext^ context,
String^ path,
bool deleteFile
)
new :
context:DataCollectionContext *
path:string *
deleteFile:bool -> FileTransferInformation
public function FileTransferInformation(
context : DataCollectionContext,
path : String,
deleteFile : boolean
)
パラメーター
- context
型: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
DataCollectionContext オブジェクト。
- path
型: System.String
クライアント ファイル システム上のファイルのパス。
- deleteFile
型: System.Boolean
転送の完了後にファイルを削除する場合は true。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。