Share via


ModelingToolboxItem.Prototype Property

Gets or sets the information required to create an ElementGroup for this toolbox item.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Property Prototype As ElementGroupPrototype
public ElementGroupPrototype Prototype { get; private set; }
public:
property ElementGroupPrototype^ Prototype {
    ElementGroupPrototype^ get ();
    private: void set (ElementGroupPrototype^ value);
}
member Prototype : ElementGroupPrototype with get, private set
function get Prototype () : ElementGroupPrototype
private function set Prototype (value : ElementGroupPrototype)

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
The information required to create an ElementGroup for this toolbox item.

Remarks

The Domain-Specific Language Tools (DSL Tools) use the value of the Prototype property to create on the design surface the item represented by the toolbox item.

.NET Framework Security

See Also

Reference

ModelingToolboxItem Class

Microsoft.VisualStudio.Modeling.Design Namespace