共用方式為


ModelingDocView.LoadView 方法

驗證文件是否已載入文件視窗中。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Protected Overridable Function LoadView As Boolean
protected virtual bool LoadView()

傳回值

型別:System.Boolean
true 如果載入的文件。 否則,false。

備註

如果未載入文件,則會關閉文件視窗。

在衍生的類別應該使用這個方法來執行任何需要要載入的文件的初始設定。

.NET Framework 安全性

請參閱

參考

ModelingDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間