This documentation is archived and is not being maintained.

EditorFactory::IVsEditorFactory::Close Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Closes the editor and releases all resources.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

private:
virtual int Close() sealed = IVsEditorFactory::Close

Return Value

Type: System::Int32
S_OK

Implements

IVsEditorFactory::Close()

This member is an explicit interface member implementation. It can be used only when the EditorFactory instance is cast to an [Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory] interface.

Show: