Condividi tramite


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

'Dichiarazione
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

See Also

Reference

EditorFactory Class

Microsoft.VisualStudio.TestTools.Vsip Namespace