ProtoGroup(ElementGroup) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the ProtoGroup class.
public:
ProtoGroup(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public ProtoGroup (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
new Microsoft.VisualStudio.Modeling.ProtoGroup : Microsoft.VisualStudio.Modeling.ElementGroup -> Microsoft.VisualStudio.Modeling.ProtoGroup
Public Sub New (elementGroup As ElementGroup)
Parameters
- elementGroup
- ElementGroup
The element group we are creating a prototype for