FlavoredProject.IVsUIHierarchy.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)
Syntax
'宣告
Private Function SetSite ( _
psp As IServiceProvider _
) As Integer Implements IVsUIHierarchy.SetSite
int IVsUIHierarchy.SetSite(
IServiceProvider psp
)
Parameters
Return Value
Type: System.Int32
S_OK .
Implements
IVsUIHierarchy.SetSite(IServiceProvider)
Remarks
This method calls the SetSite method, which calls the SetSite method 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.