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: IServiceProviderVisual Studio ServiceProvider
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.