LanguagePreferences.GetSite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the service provider.
public:
IServiceProvider ^ GetSite();
public IServiceProvider GetSite ();
member this.GetSite : unit -> IServiceProvider
Public Function GetSite () As IServiceProvider
Returns
The IServiceProvider object that was passed to the constructor.
Remarks
This method is called only if you call it from your implementation of a language service.