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
- 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