EditorFactory.Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.Close Method

This method is not CLS-compliant.  

Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in microsoft.visualstudio.qualitytools.vsip.dll)

Syntax

'Declaration
Private Function Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.Close As Integer Implements IVsEditorFactory.Close
'Usage
Dim instance As EditorFactory
Dim returnValue As Integer

returnValue = CType(instance, IVsEditorFactory).Close
int IVsEditorFactory.Close ()
private:
virtual int Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory.Close () sealed = IVsEditorFactory::Close
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

See Also

Reference

EditorFactory Class
EditorFactory Members
Microsoft.VisualStudio.TestTools.Vsip Namespace