Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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.StringA 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.