FlavoredProject.IVsHierarchy.SetSite Method
Sets the service provider from which to access the services.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
'Deklarace
Private Function SetSite ( _
serviceProvider As IServiceProvider _
) As Integer Implements IVsHierarchy.SetSite
int IVsHierarchy.SetSite(
IServiceProvider serviceProvider
)
- serviceProvider
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider
IServiceProvider .
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
IVsHierarchy.SetSite(IServiceProvider)
This method calls the SetSite method on the inner project.
- 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.