Bagikan melalui


DslDefinitionModelToolboxHelper.CreateElementToolPrototype Method

Customize the creation of toolbox prototypes

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Protected Overrides Function CreateElementToolPrototype ( _
    store As Store, _
    domainClassId As Guid _
) As ElementGroupPrototype
protected override ElementGroupPrototype CreateElementToolPrototype(
    Store store,
    Guid domainClassId
)
protected:
virtual ElementGroupPrototype^ CreateElementToolPrototype(
    Store^ store, 
    Guid domainClassId
) override
abstract CreateElementToolPrototype : 
        store:Store * 
        domainClassId:Guid -> ElementGroupPrototype  
override CreateElementToolPrototype : 
        store:Store * 
        domainClassId:Guid -> ElementGroupPrototype
protected override function CreateElementToolPrototype(
    store : Store, 
    domainClassId : Guid
) : ElementGroupPrototype

Parameters

  • domainClassId
    Type: Guid

Return Value

Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype

.NET Framework Security

See Also

Reference

DslDefinitionModelToolboxHelper Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace