Partager via


ModelingEditorFactory.CreateDocView, méthode

Crée un document dans la mémoire.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • physicalView
    Type : System.String
    Les informations qui sont spécifiques à cette vue.
  • editorCaption
    Type : System.String%
    Le texte qui apparaît en regard du nom de document sur l'onglet du document.

Valeur de retour

Type : Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
Le document dans la mémoire.

Sécurité .NET Framework

Voir aussi

Référence

ModelingEditorFactory Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms