DslDefinitionModelToolboxHelperBase.CreateElementToolPrototype 方法

创建元素工具的 ElementGroupPrototype 具有给定域类 ID. 相应 默认行为是创建包含字段类的实例的原型。 派生类可以重写此附加信息添加到原型。

命名空间:  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 命名空间