Share via


FileChange Constructor (String, String)

Initializes a new instance of the FileChange 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 ( _
    fileName As String, _
    projectName As String _
)
public FileChange(
    string fileName,
    string projectName
)
public:
FileChange(
    String^ fileName, 
    String^ projectName
)
new : 
        fileName:string * 
        projectName:string -> FileChange
public function FileChange(
    fileName : String, 
    projectName : String
)

Parameters

  • fileName
    Type: System.String
    Full path of the file being changed.
  • projectName
    Type: System.String
    Name of the project to which the file belongs.

.NET Framework Security

See Also

Reference

FileChange Class

FileChange Overload

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