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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace