ModelFactory.CreateItem 方法 (EditingContext, TypeIdentifier, CreateOptions, array<Object )
為指定的型別識別項建立新的模型項目。
命名空間: Microsoft.Windows.Design.Model
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Shared Function CreateItem ( _
context As EditingContext, _
typeIdentifier As TypeIdentifier, _
options As CreateOptions, _
ParamArray arguments As Object() _
) As ModelItem
public static ModelItem CreateItem(
EditingContext context,
TypeIdentifier typeIdentifier,
CreateOptions options,
params Object[] arguments
)
public:
static ModelItem^ CreateItem(
EditingContext^ context,
TypeIdentifier typeIdentifier,
CreateOptions options,
... array<Object^>^ arguments
)
static member CreateItem :
context:EditingContext *
typeIdentifier:TypeIdentifier *
options:CreateOptions *
arguments:Object[] -> ModelItem
public static function CreateItem(
context : EditingContext,
typeIdentifier : TypeIdentifier,
options : CreateOptions,
... arguments : Object[]
) : ModelItem
參數
- context
型別:Microsoft.Windows.Design.EditingContext
設計工具的編輯內容。
- typeIdentifier
型別:Microsoft.Windows.Design.Metadata.TypeIdentifier
要建立之項目型別的識別項。
- options
型別:Microsoft.Windows.Design.Model.CreateOptions
在建立項目時要使用的一組建立選項。預設值為 None。
- arguments
型別:array<System.Object[]
選擇性的引數陣列,這個陣列應該傳遞至項目的建構函式。
傳回值
型別:Microsoft.Windows.Design.Model.ModelItem
ModelItem ,表示新建立的項目型別。如果無法解析型別識別項,這個方法可能傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | context 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Model 命名空間