Share via


DialogBase Constructor

The dialog owner will be the main Visual Studio window.

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    serviceProvider As IServiceProvider _
)
protected DialogBase(
    IServiceProvider serviceProvider
)
protected:
DialogBase(
    IServiceProvider^ serviceProvider
)
new : 
        serviceProvider:IServiceProvider -> DialogBase
protected function DialogBase(
    serviceProvider : IServiceProvider
)

Parameters

  • serviceProvider
    Type: IServiceProvider

    Visual Studio ServiceProvider

.NET Framework Security

See Also

Reference

DialogBase Class

Microsoft.VisualStudio.Modeling.Integration.Shell Namespace