共用方式為


DslDefinitionModelToolboxHelperBase.CreateElementToolPrototype 方法

建立對應至指定的網域類別識別碼的項目工具 ElementGroupPrototype。預設行為是建立原型包含網域類別的執行個體。在衍生的類別可能會覆寫此選項以加入原型中的其他資訊。

命名空間:  Microsoft.VisualStudio.Modeling.DslDefinition
組件:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

語法

'宣告
Protected Overridable Function CreateElementToolPrototype ( _
    store As Store, _
    domainClassId As Guid _
) As ElementGroupPrototype
protected virtual ElementGroupPrototype CreateElementToolPrototype(
    Store store,
    Guid domainClassId
)

參數

傳回值

型別:Microsoft.VisualStudio.Modeling.ElementGroupPrototype

.NET Framework 安全性

請參閱

參考

DslDefinitionModelToolboxHelperBase 類別

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間