ElementGroup.CreatePrototype Method
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Function CreatePrototype As ElementGroupPrototype
'Usage
Dim instance As ElementGroup
Dim returnValue As ElementGroupPrototype
returnValue = instance.CreatePrototype()
public ElementGroupPrototype CreatePrototype()
public:
ElementGroupPrototype^ CreatePrototype()
public function CreatePrototype() : ElementGroupPrototype
Return Value
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
.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.