Web icon An illustration of a computer application window Wayback Machine Texts icon An illustration of an open book. Books Video icon An illustration of two cells of a film strip. Video Audio icon An illustration of an audio speaker.
Audio Software icon An illustration of a 3. Software Images icon An illustration of two photographs. Or, create a free account by selecting the link in No account? Create one! Visual Studio versions since Visual Studio share the same redistributable files. For more information about which version of the Redistributable to install, see Determining which DLLs to redistribute.
The redistributable is available in the my. Use the Search box to find this version. To download the files, select the platform and language you need, and then choose the Download button.
Visual Studio Service Pack 1 reached end of extended support on July 14, Browse All Community Hubs. Turn on suggestions. Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Showing results for. Show only Search instead for. Did you mean:. Sign In. Occasional Visitor. For example:. These Quick Actions enable you to resolve git merge conflicts by "taking a change", which removes the conflicting code and markers.
When you select this item, unused namespace imports are removed. If you cast a type to another type that doesn't require a cast, the Remove Unnecessary Cast Quick Action item removes the unnecessary cast. This Quick Action enables you to remove variables that have been declared but never used in your code.
This Quick Action removes the value type from a default value expression and uses the default literal when the compiler can infer the type of the expression. When enabled, if you use a type in a namespace that is currently not imported but exists in a reference assembly or NuGet package, the using or import directive is created.
When creating a switch statement in C , or Select Case statement in Visual Basic, you can use a Code Action to automatically add missing case items, a default case statement, or both. Consider the following enumeration and empty switch or Select Case statement:.
These Quick Actions help organize modifiers by enabling you to sort existing and add missing accessibility modifiers. This Quick Action enables you to convert an if-then-else construct to a switch construct.
0コメント