Share via


ModelingEditorFactory.CreateDocView Method

Creates a document in memory.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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
)
protected:
virtual ModelingDocView^ CreateDocView(
    ModelingDocData^ docData, 
    String^ physicalView, 
    [OutAttribute] String^% editorCaption
) abstract
abstract CreateDocView : 
        docData:ModelingDocData * 
        physicalView:string * 
        editorCaption:string byref -> ModelingDocView 
protected abstract function CreateDocView(
    docData : ModelingDocData, 
    physicalView : String, 
    editorCaption : String
) : ModelingDocView

Parameters

  • physicalView
    Type: System.String
    The information that is particular to this view.
  • editorCaption
    Type: System.String%
    The text that appears next to the document name on the document's tab.

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
The document in memory.

.NET Framework Security

See Also

Reference

ModelingEditorFactory Class

Microsoft.VisualStudio.Modeling.Shell Namespace