Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
ASP .NET 2.0 Beta Preview - B. Evjen.pdf
Скачиваний:
26
Добавлен:
24.05.2014
Размер:
15.33 Mб
Скачать

Visual Basic 8.0 and C# 2.0 Language Enhancements

Figure 15-1

Visual Basic XML Documentation

Like C#, Visual Basic 8.0 now includes the capability to create XML documentation from comments that are left in your VB files. Visual Basic denotes XML documentation remarks in code with the use of three successive single quotation marks (‘’’). This is similar to how C# does it. C# uses three forward slashes for XML documentation (///). Comments left in VB code can then be converted to documentation.

Listing 15-16 shows the use of XML documentation in code.

425