Dela via


FileChange Constructor (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 _
)
public FileChange(
    string fileName
)
public:
FileChange(
    String^ fileName
)
new : 
        fileName:string -> FileChange
public function FileChange(
    fileName : String
)

Parameters

  • fileName
    Type: System.String
    Full path of the file being changed.

.NET Framework Security

See Also

Reference

FileChange Class

FileChange Overload

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