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.
Gets the service provider from which to access the services.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function GetSite ( _
<OutAttribute> ByRef serviceProvider As IServiceProvider _
) As Integer Implements IVsHierarchy.GetSite
int IVsHierarchy.GetSite(
out IServiceProvider serviceProvider
)
private:
virtual int GetSite(
[OutAttribute] IServiceProvider^% serviceProvider
) sealed = IVsHierarchy::GetSite
private abstract GetSite :
serviceProvider:IServiceProvider byref -> int
private override GetSite :
serviceProvider:IServiceProvider byref -> int
JScript does not support explicit interface implementations.
Parameters
- serviceProvider
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider%
IServiceProvider.
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(IServiceProvider%) 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.