GlobalObjectProvider.IObjectWithSite.SetSite Method
Sets the IserviceProvider.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Private Sub SetSite ( _
site As Object _
) Implements IObjectWithSite.SetSite
void IObjectWithSite.SetSite(
Object site
)
Parameters
- site
Type: System.Object
The service provider.
Implements
IObjectWithSite.SetSite(Object)
Remarks
The SetSite method sets an internal IServiceProvider field maintained by the GlobalObjectProvider class. This field is used directly by the GetService and GetSite methods.
The site parameter must be of type IServiceProvider or 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.
See Also
Reference
Microsoft.VisualStudio.Shell.Design Namespace
GetSite