Share via


TextChangeProposal Constructor

Initializes a new instance of the TextChangeProposal class.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub New ( _
    projectName As String, _
    fileName As String, _
    newValue As String _
)
'Usage
Dim projectName As String
Dim fileName As String
Dim newValue As String

Dim instance As New TextChangeProposal(projectName, _
    fileName, newValue)
public TextChangeProposal(
    string projectName,
    string fileName,
    string newValue
)
public:
TextChangeProposal(
    String^ projectName, 
    String^ fileName, 
    String^ newValue
)
public function TextChangeProposal(
    projectName : String, 
    fileName : String, 
    newValue : String
)
new : 
        projectName:string * 
        fileName:string * 
        newValue:string -> TextChangeProposal

Parameters

  • projectName
    Type: System.String
    The project name, including full path, that contains the project to which this change applies
  • fileName
    Type: System.String
    The name of the file to which this change applies
  • newValue
    Type: System.String
    The new value for the text being changed

.NET Framework Security

See Also

Reference

TextChangeProposal Class

TextChangeProposal Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace