EditorFactory.IVsEditorFactory.Close Method

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

Syntax

'宣言
Private Function Close As Integer Implements IVsEditorFactory.Close
'使用
Dim instance As EditorFactory
Dim returnValue As Integer

returnValue = CType(instance, IVsEditorFactory).Close()
int IVsEditorFactory.Close()
private:
virtual int Close() sealed = IVsEditorFactory::Close
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32

Implements

IVsEditorFactory.Close()

Permissions

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.TestTools.Vsip Namespace