@@ -93,7 +93,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
93
93
94
94
9 . WindowsBase
95
95
96
- 3 . Add the following ` using ` statement .
96
+ 3 . Add the following ` using ` directive .
97
97
98
98
``` csharp
99
99
using Microsoft .VisualStudio .Text ;
@@ -129,7 +129,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
129
129
130
130
1. Create a class in the CommentAdornmentTest project, and name it `CommentBlock`.
131
131
132
- 2. Add the following `using` statements .
132
+ 2. Add the following `using` directives .
133
133
134
134
```csharp
135
135
using Microsoft.VisualStudio.Text;
@@ -253,7 +253,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
253
253
254
254
1. Add a class file to the CommentAdornmentTest project and name it `Connector `.
255
255
256
- 2. Add the following `using ` statements .
256
+ 2. Add the following `using ` directives .
257
257
258
258
```csharp
259
259
using System .ComponentModel .Composition ;
@@ -317,7 +317,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
317
317
318
318
1. Add a new class file to the CommentAdornmentTest project and name it `CommentAdornmentProvider `.
319
319
320
- 2. Add the following `using ` statements .
320
+ 2. Add the following `using ` directives .
321
321
322
322
```csharp
323
323
using System ;
@@ -481,7 +481,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
481
481
482
482
1 . Add a class file to the CommentAdornmentTest project and name it `CommentAdornmentManager `.
483
483
484
- 2. Add the following `using ` statements .
484
+ 2. Add the following `using ` directives .
485
485
486
486
```csharp
487
487
using System ;
@@ -606,7 +606,7 @@ From a VSPackage, you can add features such as menu commands to the editor. This
606
606
607
607
- Microsoft .VisualStudio .Text .UI .Wpf
608
608
609
- 2 . Open the * AddAdornment .cs * file and add the following `using ` statements .
609
+ 2 . Open the * AddAdornment .cs * file and add the following `using ` directives .
610
610
611
611
```csharp
612
612
using Microsoft .VisualStudio .TextManager .Interop ;
0 commit comments