ElementGroupPrototype.RootProtoElements Property

Definition

Gets collection of all root ProtoElements contained in the ElementGroupPrototype.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ProtoElement ^> ^ RootProtoElements { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ProtoElement ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ProtoElement> RootProtoElements { get; }
member this.RootProtoElements : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ProtoElement>
Public ReadOnly Property RootProtoElements As ReadOnlyCollection(Of ProtoElement)

Property Value

Applies to