Share via


IDatabaseFileNode.OpenInEditor Method

Opens this file in the editor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub OpenInEditor ( _
    openWith As Boolean _
)
'Usage
Dim instance As IDatabaseFileNode
Dim openWith As Boolean

instance.OpenInEditor(openWith)
void OpenInEditor(
    bool openWith
)
void OpenInEditor(
    bool openWith
)
function OpenInEditor(
    openWith : boolean
)
abstract OpenInEditor : 
        openWith:bool -> unit 

Parameters

  • openWith
    Type: System.Boolean
    Specifies whether to open the Open File dialog box

.NET Framework Security

See Also

Reference

IDatabaseFileNode Interface

IDatabaseFileNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace