Causes the BUG that causing the VS crash when the interface is automatically completed in VS2003!

zhaozj2021-02-16  62

Public Class Test: ITESTINTERFACE // TEST To implement the ITESTINTERFACE interface, press Tab to automatically generate {public test () {}} when developed with VS development.

Public interface itestinterface () {public itestinterface () {} // This is an error, because the interface is a void func1 () that cannot be constructed.

-------------------------------------------------- --------------------

You can reproduce this bug: 1 in the steps below, create a new item 2 in VS, create a category, into the following code 3, stop the cursor on the ITestInterface of the first line, usually vs will prompt you " Tab '"4" 4, then press Tab "

转载请注明原文地址:https://www.9cbs.com/read-16056.html

New Post(0)