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
- 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.