다음을 통해 공유


Package.IVsPackage.SetSite Method

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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Private Function SetSite ( _
    sp As IServiceProvider _
) As Integer Implements IVsPackage.SetSite
int IVsPackage.SetSite(
    IServiceProvider sp
)

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsPackage.SetSite(IServiceProvider)

.NET Framework Security

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace