ElementGroupPrototype.ProtoElementLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets collection of all ProtoElementLinks contained in the ElementGroupPrototype.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ProtoLink ^> ^ ProtoElementLinks { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ProtoLink ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ProtoLink> ProtoElementLinks { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ProtoElementLinks : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ProtoLink>
Public ReadOnly Property ProtoElementLinks As ReadOnlyCollection(Of ProtoLink)
Property Value
- Attributes