FlavoredProject.GetSite Method
Gets the service provider from which to access the services.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Protected Overridable Function GetSite As IServiceProvider
'Usage
Dim returnValue As IServiceProvider
returnValue = Me.GetSite()
protected virtual IServiceProvider GetSite()
protected:
virtual IServiceProvider^ GetSite()
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.