DialogContainerWithToolbar Constructor (IServiceProvider)

Initializes a new instance of the class and sets the service provider.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

‘선언
Public Sub New ( _
    sp As IServiceProvider _
)
‘사용 방법
Dim sp As IServiceProvider

Dim instance As New DialogContainerWithToolbar(sp)
public DialogContainerWithToolbar(
    IServiceProvider sp
)
public:
DialogContainerWithToolbar(
    IServiceProvider^ sp
)
new : 
        sp:IServiceProvider -> DialogContainerWithToolbar
public function DialogContainerWithToolbar(
    sp : IServiceProvider
)

Parameters

  • sp
    Type: System.IServiceProvider
    The service provider that the window can subsequently query to retrieve Visual Studio services.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

DialogContainerWithToolbar Members

DialogContainerWithToolbar Overload

Microsoft.VisualStudio.Shell Namespace