Sdílet prostřednictvím


FileTransferInformation – konstruktor

Inicializuje novou instanci FileTransferInformation Třída

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • path
    Typ: System.String
    Cesta souboru klienta systému souborů.
  • deleteFile
    Typ: System.Boolean
    true Po dokončení převodu soubor odstranit.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FileTransferInformation Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

DataCollectionContext