GlobalObjectProvider.IObjectWithSite.GetSite Method
Gets the service provider.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Sub GetSite ( _
ByRef riid As Guid, _
<OutAttribute> ByRef ppv As IntPtr _
) Implements IObjectWithSite.GetSite
void IObjectWithSite.GetSite(
ref Guid riid,
out IntPtr ppv
)
private:
virtual void GetSite(
Guid% riid,
[OutAttribute] IntPtr% ppv
) sealed = IObjectWithSite::GetSite
private abstract GetSite :
riid:Guid byref *
ppv:IntPtr byref -> unit
private override GetSite :
riid:Guid byref *
ppv:IntPtr byref -> unit
JScript does not support explicit interface implementations.
Parameters
riid
Type: System.Guid%The GUID of the service provider.
ppv
Type: System.IntPtr%[out] Returns a pointer to the service provider as an IObjectWithSite.
Implements
IObjectWithSite.GetSite(Guid%, IntPtr%)
Exceptions
Exception | Condition |
---|---|
COMException | An internal IServiceProvider has not been set by a call to SetSite or the provider cannot be cast to the IObjectWithSite type. |
Remarks
Before calling the GetSite or the GetService methods, you must set the internal provider by a call to the SetSite method.
.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.