DialogContainerWithToolbar Constructor (IServiceProvider, Control, IOleCommandTarget)

Initializes a new instance DialogContainerWithToolbar with its contained control, and an IOleCommandTarget implementation that is in addition to the one owned by the OleMenuCommandService.

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, _
    contained As Control, _
    parentCommandTarget As IOleCommandTarget _
)
‘사용 방법
Dim sp As IServiceProvider
Dim contained As Control
Dim parentCommandTarget As IOleCommandTarget

Dim instance As New DialogContainerWithToolbar(sp, contained, _
    parentCommandTarget)
public DialogContainerWithToolbar(
    IServiceProvider sp,
    Control contained,
    IOleCommandTarget parentCommandTarget
)
public:
DialogContainerWithToolbar(
    IServiceProvider^ sp, 
    Control^ contained, 
    IOleCommandTarget^ parentCommandTarget
)
new : 
        sp:IServiceProvider * 
        contained:Control * 
        parentCommandTarget:IOleCommandTarget -> DialogContainerWithToolbar
public function DialogContainerWithToolbar(
    sp : IServiceProvider, 
    contained : Control, 
    parentCommandTarget : IOleCommandTarget
)

Parameters

Remarks

The DialogContainerWithToolbar command target implementation uses the additional command target to search command handlers when they are not found in its collection of handlers.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

DialogContainerWithToolbar Members

DialogContainerWithToolbar Overload

Microsoft.VisualStudio.Shell Namespace