Search

Extra whitespace in ComInterfaceType.InterfaceIsIUnknown summary by Dmitry Me

Active

1
0
Sign in
to vote
Type: Bug
ID: 771953
Opened: 11/22/2012 7:25:01 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
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.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

.NET Framework 4.0

Steps to reproduce

"Go to definition" of ComInterfaceType.InterfaceIsIUnknown enum member, observe the summary.

Product Language

English

Operating System

Windows Server 2008 R2

Operating System Language

English

Actual results

Whitespace between "IUnknown" and "-derived".

Expected results

No whitespace between "IUnknown" and "-derived".
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 3/25/2013 at 4:30 PM
Thank you for your feedback. This has been fixed in the most recent version of the docs, http://msdn.microsoft.com/en-us/library/tz0x1301(v=vs.110).aspx.

Robin Reynolds-Haertle
.NET Documentation Manager


Posted by Microsoft on 11/22/2012 at 7:13 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 11/22/2012 at 7:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.