Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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: System.IServiceProvider
Visual 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.