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)
Syntax
声明
Protected MustOverride Function CreateEditor ( _
monikerDocument As String _
) As WindowPane
protected abstract WindowPane CreateEditor(
string monikerDocument
)
protected:
virtual WindowPane^ CreateEditor(
String^ monikerDocument
) abstract
abstract CreateEditor :
monikerDocument:string -> WindowPane
protected abstract function CreateEditor(
monikerDocument : String
) : WindowPane
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.