ModelingBindingSourceToolboxItem.CreateComponentsCore Method (IDesignerHost, IDictionary)
Create the component in the target host
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Overrides Function CreateComponentsCore ( _
host As IDesignerHost, _
defaultValues As IDictionary _
) As IComponent()
protected override IComponent[] CreateComponentsCore(
IDesignerHost host,
IDictionary defaultValues
)
protected:
virtual array<IComponent^>^ CreateComponentsCore(
IDesignerHost^ host,
IDictionary^ defaultValues
) override
abstract CreateComponentsCore :
host:IDesignerHost *
defaultValues:IDictionary -> IComponent[]
override CreateComponentsCore :
host:IDesignerHost *
defaultValues:IDictionary -> IComponent[]
protected override function CreateComponentsCore(
host : IDesignerHost,
defaultValues : IDictionary
) : IComponent[]
Parameters
- host
Type: System.ComponentModel.Design.IDesignerHost
- defaultValues
Type: System.Collections.IDictionary
Return Value
Type: array<System.ComponentModel.IComponent[]
.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.