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

Return Value

Type: System::Int32
S_OK.

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.

Community Additions

Show: