EditorFactory::IVsEditorFactory::SetSite Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes an editor in the environment.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
private: virtual int SetSite( IServiceProvider^ serviceProvider ) sealed = IVsEditorFactory::SetSite
Parameters
- serviceProvider
- Type: Microsoft.VisualStudio.OLE.Interop::IServiceProvider
An IServiceProvider object.
Implements
IVsEditorFactory::SetSite(IServiceProvider)This member is an explicit interface member implementation. It can be used only when the EditorFactory instance is cast to an IVsEditorFactory interface.
- 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.
Community Additions
Show: