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