次の方法で共有


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

'宣言
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

See Also

Reference

ModelingToolboxItem Class

Microsoft.VisualStudio.Modeling.Design Namespace