IPeekableItem.Relationships 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 an enumeration of all relationships supported by this IPeekableItem instance.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::IPeekRelationship ^> ^ Relationships { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::IPeekRelationship ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.IPeekRelationship> Relationships { get; }
member this.Relationships : seq<Microsoft.VisualStudio.Language.Intellisense.IPeekRelationship>
Public ReadOnly Property Relationships As IEnumerable(Of IPeekRelationship)
Property Value
All the relationships supported by this instance.