Share via


ElementGroupPrototype.ProtoElements Property

Gets collection of all ProtoElements contained in the ElementGroupPrototype.

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

Syntax

'Declaración
Public ReadOnly Property ProtoElements As ReadOnlyCollection(Of ProtoElement)
    Get
public ReadOnlyCollection<ProtoElement> ProtoElements { get; }
public:
property ReadOnlyCollection<ProtoElement^>^ ProtoElements {
    ReadOnlyCollection<ProtoElement^>^ get ();
}
member ProtoElements : ReadOnlyCollection<ProtoElement>
function get ProtoElements () : ReadOnlyCollection<ProtoElement>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ProtoElement>

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

Microsoft.VisualStudio.Modeling Namespace