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.
- newValue
Type: System.String
New value of this change.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace