ElementGroupPrototype.ProtoElements Property

Definition

Gets collection of all ProtoElements contained in the ElementGroupPrototype.

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

Property Value

Attributes

Applies to