Partager via


TextChangeProposal, constructeur

Initialise une nouvelle instance de la classe TextChangeProposal.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    projectName As String, _
    fileName As String, _
    newValue As String _
)
public TextChangeProposal(
    string projectName,
    string fileName,
    string newValue
)
public:
TextChangeProposal(
    String^ projectName, 
    String^ fileName, 
    String^ newValue
)
new : 
        projectName:string * 
        fileName:string * 
        newValue:string -> TextChangeProposal
public function TextChangeProposal(
    projectName : String, 
    fileName : String, 
    newValue : String
)

Paramètres

  • projectName
    Type : System.String
    Nom du projet (y compris le chemin d'accès complet) auquel ce fichier appartient.
  • fileName
    Type : System.String
    Nom du fichier (y compris le chemin d'accès complet) auquel cette modification s'applique.
  • newValue
    Type : System.String
    Nouvelle valeur de cette modification.

Sécurité .NET Framework

Voir aussi

Référence

TextChangeProposal Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms