@@ -64,7 +64,7 @@ Using the managed package framework (MPF) language classes to implement a langua
64
64
65
65
You can use whatever name you want. These procedures detailed here assume ` MyLanguageService ` as the name.
66
66
67
- 6 . In the MyLanguageService.cs file, add the following ` using ` statements .
67
+ 6 . In the MyLanguageService.cs file, add the following ` using ` directives .
68
68
69
69
[ !code-csharp[ CreatingALanguageService(ManagedPackageFramework)#1 ] ( ../../extensibility/internals/codesnippet/CSharp/walkthrough-creating-a-legacy-language-service_1.cs )]
70
70
[ !code-vb[ CreatingALanguageService(ManagedPackageFramework)#1 ] ( ../../extensibility/internals/codesnippet/VisualBasic/walkthrough-creating-a-legacy-language-service_1.vb )]
@@ -80,7 +80,7 @@ Using the managed package framework (MPF) language classes to implement a langua
80
80
81
81
### Register the Language Service
82
82
83
- 1 . Open the MyLanguagePackagePackage.cs file and add the following ` using ` statements :
83
+ 1 . Open the MyLanguagePackagePackage.cs file and add the following ` using ` directives :
84
84
85
85
[ !code-vb[ CreatingALanguageService(ManagedPackageFramework)#3 ] ( ../../extensibility/internals/codesnippet/VisualBasic/walkthrough-creating-a-legacy-language-service_3.vb )]
86
86
[ !code-csharp[ CreatingALanguageService(ManagedPackageFramework)#3 ] ( ../../extensibility/internals/codesnippet/CSharp/walkthrough-creating-a-legacy-language-service_3.cs )]
@@ -104,7 +104,7 @@ Using the managed package framework (MPF) language classes to implement a langua
104
104
105
105
Enter a suitable name for the class file and click ** Add** .
106
106
107
- 3 . In the new class file, add the following ` using ` statements .
107
+ 3 . In the new class file, add the following ` using ` directives .
108
108
109
109
[ !code-csharp[ CreatingALanguageService(ManagedPackageFramework)#4 ] ( ../../extensibility/internals/codesnippet/CSharp/walkthrough-creating-a-legacy-language-service_4.cs )]
110
110
[ !code-vb[ CreatingALanguageService(ManagedPackageFramework)#4 ] ( ../../extensibility/internals/codesnippet/VisualBasic/walkthrough-creating-a-legacy-language-service_4.vb )]
@@ -125,4 +125,4 @@ Using the managed package framework (MPF) language classes to implement a langua
125
125
For example, type ` public override ` to see a list of all methods that can be overridden in that class.
126
126
127
127
## See Also
128
- - [ Implementing a Legacy Language Service] ( ../../extensibility/internals/implementing-a-legacy-language-service1.md )
128
+ - [ Implementing a Legacy Language Service] ( ../../extensibility/internals/implementing-a-legacy-language-service1.md )
0 commit comments