共用方式為


DialogBase 建構函式 (IServiceProvider)

 

對話方塊擁有者將是主要的 Visual Studio 視窗。

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

語法

protected DialogBase(
    IServiceProvider serviceProvider
)
protected:
DialogBase(
    IServiceProvider^ serviceProvider
)
new : 
        serviceProvider:IServiceProvider -> DialogBase
Protected Sub New (
    serviceProvider As IServiceProvider
)

參數

  • serviceProvider
    Visual Studio 服務提供者

請參閱

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

回到頁首