Partilhar via


Construtor TextChangeProposal

Inicializa uma nova instância da classe TextChangeProposal.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • projectName
    Tipo: System.String
    O nome de projeto, incluindo o caminho completo, para que este arquivo pertence.
  • fileName
    Tipo: System.String
    O nome de arquivo, incluindo o caminho completo, para que essa alteração se aplica.

Segurança do .NET Framework

Consulte também

Referência

TextChangeProposal Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring