ModelingBindingSourceToolboxItem.CreateComponentsCore 方法 (IDesignerHost, IDictionary)
這個型別具有 SecurityCriticalAttribute 屬性,因此只能由 .NET Framework for Silverlight 類別庫使用。如果應用程式程式碼使用這個型別的任何成員,都會擲回 MethodAccessException。
[安全性關鍵]
建立目標的主應用程式中的元件
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
Protected Overrides Function CreateComponentsCore ( _
host As IDesignerHost, _
defaultValues As IDictionary _
) As IComponent()
protected override IComponent[] CreateComponentsCore(
IDesignerHost host,
IDictionary defaultValues
)
參數
- defaultValues
型別:System.Collections.IDictionary
傳回值
型別:array<System.ComponentModel.IComponent[]