FlavoredProjectBase.GetSite Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaración
Protected Overridable Function GetSite As IServiceProvider
'Uso
Dim returnValue As IServiceProvider
returnValue = Me.GetSite()
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
.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.