Udostępnij za pośrednictwem


TextChangeProposal Constructor

Initializes a new instance of the TextChangeProposal class.

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

Syntax

'Declaration
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
)

Parameters

  • projectName
    Type: System.String
    The project name, including the full path, to which this file belongs.
  • fileName
    Type: System.String
    The file name, including the full path, to which this change applies.

.NET Framework Security

See Also

Reference

TextChangeProposal Class

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