共用方式為


DocData.LoadDocData 方法 (String, Boolean)

藉由使用其檔案名稱,載入文件。

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

語法

'宣告
Protected Overridable Function LoadDocData ( _
    fileName As String, _
    isReload As Boolean _
) As Integer
protected virtual int LoadDocData(
    string fileName,
    bool isReload
)

參數

  • isReload
    型別:System.Boolean
    當此負載因外部檔案變更時,則為 true。

傳回值

型別:System.Int32
S_OK如果此方法成功。 否則,它會傳回錯誤碼。

備註

這個方法會呼叫Load,而載入的文件。

.NET Framework 安全性

請參閱

參考

DocData 類別

LoadDocData 多載

Microsoft.VisualStudio.Modeling.Shell 命名空間