Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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[]