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
- 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.Project.Project Namespace