此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
Naming warnings support adherence to the naming conventions of the .NET Framework Design Guidelines.
Avoid language specific type names in parameters
Avoid type names in parameters
Do not name enum values 'Reserved'
Do not prefix enum values with type name
Events should not have before or after prefix
Identifiers should be cased correctly
Identifiers should differ by more than case
Identifiers should have correct prefix
Identifiers should have correct suffix
Identifiers should not contain underscores
Identifiers should not have incorrect prefix
Identifiers should not have incorrect suffix
Identifiers should not match keywords
Long acronyms should be pascal-cased
Parameter names should match base declaration
Parameter names should not match member names
Property names should not match get methods
Short acronyms should be uppercase
Type names should not match namespaces
Use preferred terms