IPeekableItem::Relationships Property
Visual Studio 2015
Gets an enumeration of all the relationships supported by this instance.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property IEnumerable<IPeekRelationship^>^ Relationships {
IEnumerable<IPeekRelationship^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IPeekRelationship^>^All the relationships supported by this instance.
Show: