[Translation] Visual Basic 2005 Enhancements on Language (1) Introduction

xiaoxiao2021-03-06  84

The release of the Visual Studio 2005 Beta, allows you to get roll more truthfully from its new features. There is no too much change before RTM (Release to Manufacture, 淌 注) is released. Of course, some things are destined to change, but you can look forward to the final product and the beta 1 version is similar. Even so, I still recommend that you do not install the beta version on your machine, but run it in secure mode on the Microsoft virtual machine mirror.

The main changes in the Visual Basic language include MY, XML annotations, and models. Filled a lot of new language notes in the logical gap, including

Using,

CONTINUE,

TRYCAST, and

Global keyword. There are also changes in the change of the structure, including Accessor, how to translate, to be supplemented, to be redefined, partial type, and application level events. Operators overload and transition operators are also new changes, and there is still

IsNot operator. Other useful changes include non-symbol type, form default instance, compiler warning, and explicit array range.

When you first launch Visual Studio 2005, there will be information prompts you to choose a favorite IDE setting. These settings can control many features, such as IDE keyword mapping navigation, form layout, and code format in the code design window. As shown in Figure 1, you can get at any time.

The Tools | Import / Export Settings menu item modifies your settings. You can also import default settings in other programming languages, or import your custom setting files, such files can be used by all your company's developers.

Figure 1 Standard your company's development environment by importing your custom settings

@ 以下 below is original for your reference @

Introduction

The Public Beta of Visual Studio 2005 Brings you a stable preview of visual basic

2005 in

which the new features have solidified to the point where few changes should occur before the RTM release. Some things are sure to change, of course, but you can expect the final product to look much like the Beta 1 preview. Even so, I recommend You don't install the beta on a product machine, but rather run inside the safty of a microsoft virtual pc image.

Major changes to the Visual Basic language include My, XML comments, and generics. Several new language statements fill in logical gaps including Using, Continue, and TryCast, and the Global keyword. There are a number of structural improvements including changes to property accessor accessibility , custom event accessors, partial types, and application-level events. operator overloading and conversion operators are new, along with the IsNot operator. Other useful changes include unsigned types, form default instances, compiler warnings, and explicit array bounds.The first time you start Visual Studio 2005, you're prompted to select your preferred IDE settings These settings control features such as IDE key mappings, window layouts, and code formatting in the code editor you can change your settings at any time using the Tools.. | Import / Export Settings Menu Item As Shown In Figure 1. You Can Import Default Settings for Another Programming Language, or You Can IMPORT CUSTOM SETTINGS FIL Es That All Developers Use in your company.

Figure 1. Import Custom Settings To Standardize The Development Environment At Your Company

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

New Post(0)