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
)
參數
- domainClassId
型別:System.Guid
傳回值
型別:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。