Поделиться через


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0.dll)

Syntax

'Декларация
Protected Sub New ( _
    serviceProvider As IServiceProvider _
)
protected DialogBase(
    IServiceProvider serviceProvider
)
protected:
DialogBase(
    IServiceProvider^ serviceProvider
)
new : 
        serviceProvider:IServiceProvider -> DialogBase
protected function DialogBase(
    serviceProvider : IServiceProvider
)

Parameters

.NET Framework Security

See Also

Reference

DialogBase Class

Microsoft.VisualStudio.Modeling.Integration.Shell Namespace