BaseEditorPane.OnSetSite Method
Called when the window pane has been sited.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Function OnSetSite ( _
psp As IServiceProvider _
) As Integer
'Usage
Dim psp As IServiceProvider
Dim returnValue As Integer
returnValue = Me.OnSetSite(psp)
protected virtual int OnSetSite(
IServiceProvider psp
)
protected:
virtual int OnSetSite(
IServiceProvider^ psp
)
protected function OnSetSite(
psp : IServiceProvider
) : int
abstract OnSetSite :
psp:IServiceProvider -> int
override OnSetSite :
psp:IServiceProvider -> int
Parameters
- psp
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider
The service provider
Return Value
Type: System.Int32
.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.Data.Schema.Project.Common.UI Namespace