DialogBase Constructor (IServiceProvider)
The dialog owner will be the main Visual Studio window.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected DialogBase(
IServiceProvider serviceProvider
)
protected:
DialogBase(
IServiceProvider^ serviceProvider
)
new :
serviceProvider:IServiceProvider -> DialogBase
Protected Sub New (
serviceProvider As IServiceProvider
)
Parameters
serviceProvider
Type: System.IServiceProviderVisual Studio ServiceProvider
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top