共用方式為


DialogBase.OnLoad 方法 (EventArgs)

 

OnLoad 處理常式

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

語法

protected override void OnLoad(
    EventArgs e
)
protected:
virtual void OnLoad(
    EventArgs^ e
) override
override OnLoad : 
        e:EventArgs -> unit
Protected Overrides Sub OnLoad (
    e As EventArgs
)

參數

傳回值

請參閱

DialogBase 類別
Microsoft.VisualStudio.Modeling.Integration.Shell 命名空間

回到頁首