ElementGroup.CreatePrototype Method

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

Syntax

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

Permissions

See Also

Reference

ElementGroup Class

ElementGroup Members

Microsoft.VisualStudio.Modeling Namespace