次の方法で共有


IPeekableItem.Relationships Property

Definition

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.

Applies to