ModelingEditorFactory.CreateDocView(ModelingDocData, String, String) Methode

Definition

Abgeleitete Klassen können überschreiben, um eine neue Instanz einer DocView der angegebenen Art zu erstellen.

protected:
 abstract Microsoft::VisualStudio::Modeling::Shell::ModelingDocView ^ CreateDocView(Microsoft::VisualStudio::Modeling::Shell::ModelingDocData ^ docData, System::String ^ physicalView, [Runtime::InteropServices::Out] System::String ^ % editorCaption);
protected abstract Microsoft.VisualStudio.Modeling.Shell.ModelingDocView CreateDocView (Microsoft.VisualStudio.Modeling.Shell.ModelingDocData docData, string physicalView, out string editorCaption);
abstract member CreateDocView : Microsoft.VisualStudio.Modeling.Shell.ModelingDocData * string * string -> Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
Protected MustOverride Function CreateDocView (docData As ModelingDocData, physicalView As String, ByRef editorCaption As String) As ModelingDocView

Parameter

docData
ModelingDocData

Docdata, für die diese Ansicht erstellt wird

physicalView
String

Eine Zeichenfolge mit zusätzlichen Informationen, die speziell für diese Instanz der Sicht enthalten sind

editorCaption
String

Text wie [Code], der neben dem Dateinamen auf der Dokument Registerkarte angezeigt wird.

Gibt zurück

ModelingDocView

Gilt für