共用方式為


IDatabaseFileNode.OpenInEditor 方法

在編輯器中開啟這個檔案。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

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

參數

  • openWith
    型別:System.Boolean
    true 表示顯示 [開啟方式] 對話方塊。

.NET Framework 安全性

請參閱

參考

IDatabaseFileNode 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間