This documentation is archived and is not being maintained.
DiffItemLocalFile Constructor
Visual Studio 2013
Initializes a new DiffItemLocalFile instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: DiffItemLocalFile( String^ fileName, int encoding, DateTime lastModifiedDate, bool isTemporary )
Parameters
- fileName
- Type: System::String
The path of the local file for which to create a diff item.
- encoding
- Type: System::Int32
The encoding to apply to the diff item.
- lastModifiedDate
- Type: System::DateTime
The date and time of the last saved changes.
- isTemporary
- Type: System::Boolean
True if the local file is a temporary file; otherwise, false.
- 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.
Show: