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
'Dichiarazione
Public Property Prototype As ElementGroupPrototype
Get
Private Set
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
- 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.