Share via


FlavoredProject.GetSite Method

Gets the service provider from which to access the services.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Protected Overridable Function GetSite As IServiceProvider
protected virtual IServiceProvider GetSite()
protected:
virtual IServiceProvider^ GetSite()
abstract GetSite : unit -> IServiceProvider  
override GetSite : unit -> IServiceProvider
protected function GetSite() : IServiceProvider

Return Value

Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider
IServiceProvider .

Remarks

This method calls GetSite on the inner project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace