Share via


GraphGroup.ContainmentLinks Property

Definition

The containment links that are contained within this group.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ ContainmentLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> ContainmentLinks { get; }
member this.ContainmentLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property ContainmentLinks As IEnumerable(Of GraphLink)

Property Value

Applies to