ElementGroupPrototype.ProtoElements (Propiedad)

obtiene la colección de todo el ProtoElements contenido en el ElementGroupPrototype.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProtoElements As ReadOnlyCollection(Of ProtoElement)
public ReadOnlyCollection<ProtoElement> ProtoElements { get; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ElementGroupPrototype Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)