ModelingToolboxItem.Prototype Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Gets or sets the information required to create an ElementGroup for this toolbox item.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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.