TextChangeProposal (Constructor)

Inicializa una nueva instancia de la clase TextChangeProposal.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Nombre del proyecto, incluyendo la ruta de acceso completa, a la que pertenece este archivo.
  • fileName
    Tipo: System.String
    Nombre de archivo, incluyendo la ruta de acceso completa, al que se aplica este cambio.

Seguridad de .NET Framework

Vea también

Referencia

TextChangeProposal Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)