ModelingBindingSourceToolboxItem.CreateComponentsCore Method (IDesignerHost, IDictionary)
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Create the component in the target host
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: IDesignerHost
- defaultValues
Type: IDictionary
Return Value
Type: array<IComponent[]