ElementGroupPrototype.ProtoElements-Eigenschaft
Ruft eine Auflistung aller in ElementGroupPrototype enthaltenen ProtoElements ab.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property ProtoElements As ReadOnlyCollection(Of ProtoElement)
public ReadOnlyCollection<ProtoElement> ProtoElements { get; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<ProtoElement>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.