This documentation is archived and is not being maintained.

EditorFactory::CreateEditor Method

When overridden in a derived class, creates and returns the editor panel for the specified data.

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

protected:
virtual WindowPane^ CreateEditor(
	String^ monikerDocument
) abstract

Parameters

monikerDocument
Type: System::String

A system identifier or path that specifies the file or data row to edit.

Return Value

Type: Microsoft.VisualStudio.Shell::WindowPane
The editor panel.

Show: