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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property Prototype As ElementGroupPrototype
'Usage
Dim instance As ModelingToolboxItem
Dim value As ElementGroupPrototype
value = instance.Prototype
instance.Prototype = value
public ElementGroupPrototype Prototype { get; private set; }
public:
property ElementGroupPrototype^ Prototype {
ElementGroupPrototype^ get ();
void set (ElementGroupPrototype^ value);
}
public function get Prototype () : ElementGroupPrototype
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |