WindowPane.IVsWindowPane.SetSite Method
Note: This API is now obsolete.
Initializes this window pane with the specified service provider. Obsolete.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function SetSite ( _
psp As IServiceProvider _
) As Integer Implements IVsWindowPane.SetSite
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.SetSite(
IServiceProvider psp
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int SetSite(
IServiceProvider^ psp
) sealed = IVsWindowPane::SetSite
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract SetSite :
psp:IServiceProvider -> int
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override SetSite :
psp:IServiceProvider -> int
JScript does not support explicit interface implementations.
Parameters
Return Value
Type: System.Int32
If this method succeeds, it returns S_OK; if it fails, it returns _FAIL.
Implements
IVsWindowPane.SetSite(IServiceProvider)
Remarks
The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.
.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.