Share via


IDatabaseFileNode.OpenInEditor Method

Opens this file in the editor.

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

Syntax

'Declaration
Sub OpenInEditor ( _
    openWith As Boolean _
)
void OpenInEditor(
    bool openWith
)
void OpenInEditor(
    bool openWith
)
abstract OpenInEditor : 
        openWith:bool -> unit 
function OpenInEditor(
    openWith : boolean
)

Parameters

  • openWith
    Type: System.Boolean
    true to display the Open With dialog box.

.NET Framework Security

See Also

Reference

IDatabaseFileNode Interface

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