HashValueFileChangedChecker.WasChanged Method
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Function WasChanged ( _
fi As FileInfo _
) As Boolean
public bool WasChanged(
FileInfo fi
)
public:
virtual bool WasChanged(
FileInfo^ fi
) sealed
abstract WasChanged :
fi:FileInfo -> bool
override WasChanged :
fi:FileInfo -> bool
public final function WasChanged(
fi : FileInfo
) : boolean
Parameters
- fi
Type: System.IO.FileInfo
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IFileChangedChecker.WasChanged(FileInfo)
.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.