IPeekableItem::Relationships Property

Visual Studio 2015
 

Gets an enumeration of all the relationships supported by this instance.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: