DslDefinitionModelToolboxHelper Class

 

Helper class used to create and initialize toolbox items for this DSL.

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

System::Object
  Microsoft.VisualStudio.Modeling.DslDefinition::DslDefinitionModelToolboxHelperBase
    Microsoft.VisualStudio.Modeling.DslDefinition::DslDefinitionModelToolboxHelper

public ref class DslDefinitionModelToolboxHelper : DslDefinitionModelToolboxHelperBase

NameDescription
System_CAPS_pubmethodDslDefinitionModelToolboxHelper(IServiceProvider^)

Constructs a new DslDefinitionModelToolboxHelper.

NameDescription
System_CAPS_protmethodCreateElementToolPrototype(Store^, Guid)

Customize the creation of toolbox prototypes(Overrides DslDefinitionModelToolboxHelperBase::CreateElementToolPrototype(Store^, Guid).)

System_CAPS_pubmethodCreateToolboxItems()

Returns a list of custom toolbox items to be added dynamically(Inherited from DslDefinitionModelToolboxHelperBase.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetToolboxItem(String^, Store^)
System_CAPS_pubmethodGetToolboxItemData(String^, DataFormats::Format^)

Given a toolbox item "unique ID" and a data format identifier, returns the content of the data format.(Inherited from DslDefinitionModelToolboxHelperBase.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Double-derived class to allow easier code customization.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: