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
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
sp As IServiceProvider, _
contained As Control, _
parentCommandTarget As IOleCommandTarget _
)
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
sp
Type: IServiceProviderThe IServiceProvider.
contained
Type: ControlThe Control that is to be contained.
parentCommandTarget
Type: Microsoft.VisualStudio.OLE.Interop.IOleCommandTargetThe parent IOleCommandTarget.
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
- 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.
See Also
Reference
DialogContainerWithToolbar Class