共用方式為


FlavoredProject.IVsHierarchy.GetSite Method

Gets 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 GetSite ( _
    <OutAttribute> ByRef serviceProvider As IServiceProvider _
) As Integer Implements IVsHierarchy.GetSite
int IVsHierarchy.GetSite(
    out IServiceProvider serviceProvider
)

Parameters

Return Value

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

Implements

IVsHierarchy.GetSite(IServiceProvider%)

Remarks

This method calls the GetSite method, which calls the GetSite method on the inner project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace