Here in Brazil we call it "Padrão de Codificação", probably in English this is called Coding Pattern or Code Style, a set of constraints to developers build their code following rules for naming variables, methods, classes, for instance. Another constraints can be written, not only for naming things.
Our company has a coding pattern for our .NET projects, and I'd like to know if there is a Visual Studio add-in or a standalone application that can apply these constraints against written code, to check if they're being respected, possibly warning the developer when he is not following the specified pattern.