The functionality for extracting an interface from a class (C #) seems to change in VS 2017. How can I do this in Visual Studio 2017.
Right-click the class name and select "Quick Actions and Refactorings ..." and then select "Extract Interface ..."
Note that you can also click on the class name and click Ctrl + .to bring up the same context menu.
With ReSharper installed, right-click the name of the class: Refactor> Extract>Extract Interface...
, Extract Interface... , . , , , .
, .
, , right clicking class, , Quick actions and refactoring.
right clicking
class
Quick actions and refactoring
.
Ctrl + R, Ctrl + I.
https://docs.microsoft.com/en-us/visualstudio/ide/reference/extract-interface?view=vs-2019
Source: https://habr.com/ru/post/1016619/More articles:How to change the full text of some columns in pandas - pythondata.table equivalent to tidyr :: complete () - rHow to improve connection speed with a condition in Spark? - apache-sparkHow to print array size in thimeleaf? - javaLaravel Phpunit and Dusk with CircleCI - phpjava.lang.NoClassDefFoundError: org / glassfish / jersey / internal / inject / Binder when starting Tomcat Server - javaКак установить обратное пространство в круглых скобках в sublime 3? - sublimetextHTTPS using Retrofit and OkHttp Handshake settings - androidAngular 2 Moving the cursor at the end of a text field when data changes - angularHow to set padding behavior in ST3 - sublimetext3All Articles