Freigeben über


ModelingEditorFactory.CreateDocView-Methode

Erstellt ein Dokument im Arbeitsspeicher.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Protected MustOverride Function CreateDocView ( _
    docData As ModelingDocData, _
    physicalView As String, _
    <OutAttribute> ByRef editorCaption As String _
) As ModelingDocView
protected abstract ModelingDocView CreateDocView(
    ModelingDocData docData,
    string physicalView,
    out string editorCaption
)

Parameter

  • physicalView
    Typ: System.String
    Die Informationen, die nur für dieser Sicht gelten.
  • editorCaption
    Typ: System.String%
    Der Text, der neben dem Dokumentnamen auf der Registerkarte des Dokuments angezeigt wird.

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
Das Dokuments im Speicher.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelingEditorFactory Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace