It is currently not possible to perform code validation, but you can switch to a branching model where merging between branches is only allowed by senior developers who do code reviews.
Despite the slight sharpness, you can even switch to using Git instead of TFVC. Git supports pull requests, where you block your main branch and then use pull requests as a lookup mechanism.
source share