ModelingToolboxItem.Prototype Property

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

Syntax

'宣言
Public Property Prototype As ElementGroupPrototype
'使用
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

Permissions

See Also

Reference

ModelingToolboxItem Class

ModelingToolboxItem Members

Microsoft.VisualStudio.Modeling.Design Namespace