ModelService.CreateItem 方法 (Type, CreateOptions, array<Object[])
[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]
在派生类中重写时,为指定的类型创建 ModelItem 对象。
命名空间: Microsoft.Windows.Design.Services
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Protected MustOverride Function CreateItem ( _
itemType As Type, _
options As CreateOptions, _
ParamArray arguments As Object() _
) As ModelItem
protected abstract ModelItem CreateItem(
Type itemType,
CreateOptions options,
params Object[] arguments
)
protected:
virtual ModelItem^ CreateItem(
Type^ itemType,
CreateOptions options,
... array<Object^>^ arguments
) abstract
abstract CreateItem :
itemType:Type *
options:CreateOptions *
arguments:Object[] -> ModelItem
protected abstract function CreateItem(
itemType : Type,
options : CreateOptions,
... arguments : Object[]
) : ModelItem
参数
- itemType
类型:System.Type
要创建的项类型。
- options
类型:Microsoft.Windows.Design.Model.CreateOptions
创建选项。可以指定是否对某个项初始化默认值。
- arguments
类型:array<System.Object[]
要传递到该项的构造函数的参数数组。
返回值
类型:Microsoft.Windows.Design.Model.ModelItem
一个新创建的模型项。
异常
异常 | 条件 |
---|---|
ArgumentNullException | itemType 为 nulla null reference (Nothing in Visual Basic)。 |
备注
ModelFactory 类在用户创建新项时调用 CreateItem 方法。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Windows.Design.Services 命名空间