Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes the VSPackage in the Visual Studio environment.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function SetSite ( _
sp As IServiceProvider _
) As Integer Implements IVsPackage.SetSite
int IVsPackage.SetSite(
IServiceProvider sp
)
private:
virtual int SetSite(
IServiceProvider^ sp
) sealed = IVsPackage::SetSite
private abstract SetSite :
sp:IServiceProvider -> int
private override SetSite :
sp:IServiceProvider -> int
JScript does not support explicit interface implementations.
Parameters
sp
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProviderIServiceProvider object.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsPackage.SetSite(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.