LanguagePreferences::GetSite Method ()

 

Gets the service provider.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
IServiceProvider^ GetSite()

Return Value

Type: System::IServiceProvider^

The IServiceProvider object that was passed to the constructor.

This method is called only if you call it from your implementation of a language service.

Return to top
Show: