If I "go to definition" of ComInterfaceType.InterfaceIsIUnknown enum member I see the following: // Summary: // Indicates an interface is exposed to COM as an IUnknown -derived interface, // which enables only early binding. InterfaceIsIUnknown = 1,Note a whitespace after "IUnknown" - it is redundant and untidy.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results