共用方式為


ModelFactory.CreateItem 方法 (EditingContext, Type, CreateOptions, array<Object )

為指定的項目型別建立新的模型項目。

命名空間:  Microsoft.Windows.Design.Model
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared Function CreateItem ( _
    context As EditingContext, _
    itemType As Type, _
    options As CreateOptions, _
    ParamArray arguments As Object() _
) As ModelItem
public static ModelItem CreateItem(
    EditingContext context,
    Type itemType,
    CreateOptions options,
    params Object[] arguments
)
public:
static ModelItem^ CreateItem(
    EditingContext^ context, 
    Type^ itemType, 
    CreateOptions options, 
    ... array<Object^>^ arguments
)
static member CreateItem : 
        context:EditingContext * 
        itemType:Type * 
        options:CreateOptions * 
        arguments:Object[] -> ModelItem 
public static function CreateItem(
    context : EditingContext, 
    itemType : Type, 
    options : CreateOptions, 
    ... arguments : Object[]
) : ModelItem

參數

  • itemType
    型別:System.Type
    Type ,表示要建立之項目的型別。
  • arguments
    型別:array<System.Object[]
    選擇性的引數陣列,這個陣列應該傳遞至項目的建構函式。

傳回值

型別:Microsoft.Windows.Design.Model.ModelItem
ModelItem ,表示新建立的項目型別。

例外狀況

例外狀況 條件
ArgumentNullException

itemType 或 context 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

ArgumentOutOfRangeException

options 無效。

InvalidOperationException

內容中沒有可建立新項目的編輯模型。

.NET Framework 安全性

請參閱

參考

ModelFactory 類別

CreateItem 多載

Microsoft.Windows.Design.Model 命名空間

其他資源

WPF 設計工具擴充性

編輯模型架構