Share via


ElementGroupPrototype.ProtoElements Property

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

Syntax

'Declaration
Public ReadOnly Property ProtoElements As ReadOnlyCollection(Of ProtoElement)
'Usage
Dim instance As ElementGroupPrototype 
Dim value As ReadOnlyCollection(Of ProtoElement)

value = instance.ProtoElements
public ReadOnlyCollection<ProtoElement> ProtoElements { get; }
public:
property ReadOnlyCollection<ProtoElement^>^ ProtoElements {
    ReadOnlyCollection<ProtoElement^>^ get ();
}
public function get ProtoElements () : ReadOnlyCollection<ProtoElement>

Property Value

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

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

Microsoft.VisualStudio.Modeling Namespace