Partager via


FileUploadParameter, constructeur (String, String, String, Boolean)

Initialise une nouvelle instance de la classe FileUploadParameter à l'aide du nom du paramètre, du nom du fichier, du type de contenu et d'une valeur booléenne pour générer un nom unique.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    fileName As String, _
    contentType As String, _
    generateUniqueName As Boolean _
)
public FileUploadParameter(
    string name,
    string fileName,
    string contentType,
    bool generateUniqueName
)
public:
FileUploadParameter(
    String^ name, 
    String^ fileName, 
    String^ contentType, 
    bool generateUniqueName
)
new : 
        name:string * 
        fileName:string * 
        contentType:string * 
        generateUniqueName:bool -> FileUploadParameter
public function FileUploadParameter(
    name : String, 
    fileName : String, 
    contentType : String, 
    generateUniqueName : boolean
)

Paramètres

  • fileName
    Type : System.String
    Nom du fichier à télécharger.
  • contentType
    Type : System.String
    Type de contenu à télécharger.
  • generateUniqueName
    Type : System.Boolean
    true pour générer un nom unique pour le fichier ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

FileUploadParameter Classe

FileUploadParameter, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms