GraphGroup.ContainmentLinks 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.
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)